mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
cellSysutil: Implement DRAWING callbacks
Also fixed a minor race in cellUserInfo regarding status of dialog
This commit is contained in:
parent
248809ca1f
commit
f5beaabded
7 changed files with 80 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue