[XAM/UI] - Stubbed XamShowSigninUIEx and XamShowNuiSigninUI

- Add XTT file header
- partially implemented XamShowSigninUIEx & XamShowNuiSigninUI
- add flags for XamShowCreateProfileUI, exXamShowSigninUI, and XamUserLogon
- Define sign in states
- Add undefined params
This commit is contained in:
The-Little-Wolf
2025-05-25 14:07:01 -07:00
committed by Radosław Gliński
parent 43d206d2e9
commit 4e8e789876
6 changed files with 121 additions and 11 deletions

View File

@@ -21,8 +21,9 @@ namespace xam {
enum class DeviceType : uint32_t {
Invalid = 0,
HDD = 1,
MU = 2,
MU = 2, // support removed in 9199
ODD = 4,
USBMASS = 16, // Added in 8955
};
enum class DummyDeviceId : uint32_t {