Shared Database services: Difference between revisions
No edit summary |
|||
Line 198: | Line 198: | ||
| 0 || NotifyAppletEvent | | 0 || NotifyAppletEvent | ||
|- | |- | ||
| 2 || NotifyOperationModeChangeEvent | | 2 || [[#NotifyOperationModeChangeEvent]] | ||
|- | |- | ||
| 3 || NotifyPowerStateChangeEvent | | 3 || [[#NotifyPowerStateChangeEvent]] | ||
|- | |- | ||
| 4 || NotifyClearAllEvent | | 4 || [[#NotifyClearAllEvent]] | ||
|- | |- | ||
| 5 || [[#NotifyEventForDebug]] | | 5 || [[#NotifyEventForDebug]] | ||
Line 214: | Line 214: | ||
| 9 || [8.0.0+] | | 9 || [8.0.0+] | ||
|} | |} | ||
== NotifyOperationModeChangeEvent == | |||
Takes an input u8 '''inval''', no output. | |||
Logs a new [[#PlayEvent]] with the following data: clears the 0x20-bytes at +0x0, u8 +0x1C = 0x3, u8 +0x0 = '''inval''', and sets the 3 timestamps. | |||
== NotifyPowerStateChangeEvent == | |||
Takes an input u8 '''inval''', no output. | |||
Logs a new [[#PlayEvent]] with the following data: clears the 0x20-bytes at +0x0, u8 +0x1C = 0x2, u8 +0x0 = '''inval''', and sets the 3 timestamps. | |||
== NotifyClearAllEvent == | |||
No input/output. | |||
== NotifyEventForDebug == | == NotifyEventForDebug == |