[XAM] Assert struct sizes and misc struct adjustments

This commit is contained in:
Adrian
2025-05-05 17:57:45 +01:00
committed by Radosław Gliński
parent 8cf15a8d54
commit 6b055f1f74
12 changed files with 52 additions and 34 deletions

View File

@@ -26,10 +26,10 @@ namespace kernel {
namespace xam {
enum class X_USER_PROFILE_SETTING_SOURCE : uint32_t {
NOT_SET = 0,
NO_VALUE = 0,
DEFAULT = 1, // Default value taken from default OS values.
TITLE = 2, // Value written by title or OS.
UNKNOWN = 3,
PERMISSION_DENIED = 3,
};
struct X_USER_PROFILE_SETTING {