[XAM] - Replacing Unk
- Replacing unk parameters - Naming unk xmp calls - Added missing xmp structs - Added missing messenger structs - Added missing XamProfileCreate related structs
This commit is contained in:
committed by
Radosław Gliński
parent
fd82727be6
commit
6314388c51
@@ -40,8 +40,9 @@ void XamResetInactivity_entry() {
|
||||
}
|
||||
DECLARE_XAM_EXPORT1(XamResetInactivity, kInput, kStub);
|
||||
|
||||
dword_result_t XamEnableInactivityProcessing_entry(dword_t unk,
|
||||
dword_result_t XamEnableInactivityProcessing_entry(dword_t inactivity_index,
|
||||
dword_t enable) {
|
||||
// Enables/disables screen saver and auto shutoff
|
||||
return X_ERROR_SUCCESS;
|
||||
}
|
||||
DECLARE_XAM_EXPORT1(XamEnableInactivityProcessing, kInput, kStub);
|
||||
|
||||
Reference in New Issue
Block a user