cellSysutil: Implement DRAWING callbacks

Also fixed a minor race in cellUserInfo regarding status of dialog
This commit is contained in:
Eladash 2022-05-30 16:31:01 +03:00 committed by Megamouse
parent 248809ca1f
commit f5beaabded
7 changed files with 80 additions and 11 deletions

View file

@ -1768,7 +1768,7 @@ void Emulator::Resume()
}
}
u32 sysutil_send_system_cmd(u64 status, u64 param);
s32 sysutil_send_system_cmd(u64 status, u64 param);
void process_qt_events();
void Emulator::GracefulShutdown(bool allow_autoexit, bool async_op)