mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
vm::cast
This commit is contained in:
parent
824b0f832a
commit
cdeac05e88
7 changed files with 99 additions and 41 deletions
|
@ -310,7 +310,7 @@ struct sys_callback
|
|||
|
||||
void sysutilSendSystemCommand(u64 status, u64 param)
|
||||
{
|
||||
// TODO: check it and find the source of the return value (not sure that void becomes CELL_OK)
|
||||
// TODO: check it and find the source of the return value (void isn't equal to CELL_OK)
|
||||
for (auto& cb : g_sys_callback)
|
||||
{
|
||||
if (cb.func)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue