Save the savedata and other dialog state.
Although, hopefully it wouldn't be running anyway.
This commit is contained in:
parent
bcecd881b1
commit
fd2f609367
13 changed files with 88 additions and 11 deletions
|
@ -155,19 +155,19 @@ void __KernelDoState(PointerWrap &p)
|
|||
__KernelMutexDoState(p);
|
||||
__KernelSemaDoState(p);
|
||||
|
||||
// TODO: non-kernel modules
|
||||
__AudioDoState(p);
|
||||
__CtrlDoState(p);
|
||||
__DisplayDoState(p);
|
||||
__FontDoState(p);
|
||||
__GeDoState(p);
|
||||
__ImposeDoState(p);
|
||||
__IoDoState(p);
|
||||
__PowerDoState(p);
|
||||
__SasDoState(p);
|
||||
__SslDoState(p);
|
||||
__UmdDoState(p);
|
||||
__UtilityDoState(p);
|
||||
__UsbDoState(p);
|
||||
__IoDoState(p);
|
||||
|
||||
__PPGeDoState(p);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue