mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00: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