Save the savedata and other dialog state.

Although, hopefully it wouldn't be running anyway.
This commit is contained in:
Unknown W. Brackets 2012-12-28 13:36:37 -08:00
parent bcecd881b1
commit fd2f609367
13 changed files with 88 additions and 11 deletions

View file

@ -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);