[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:
committed by
Radosław Gliński
parent
43d206d2e9
commit
4e8e789876
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user