Stop LV2 Watchdog when CELL_SYSUTIL_REQUEST_EXITGAME is issued
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "Emu/Cell/PPUModule.h"
|
||||
#include "Emu/Cell/Modules/cellGame.h"
|
||||
|
||||
#include "Emu/Cell/lv2/sys_game.h"
|
||||
#include "Emu/Cell/lv2/sys_process.h"
|
||||
#include "cellSysutil.h"
|
||||
|
||||
@@ -126,6 +127,10 @@ extern s32 sysutil_send_system_cmd(u64 status, u64 param)
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
else if (status == CELL_SYSUTIL_REQUEST_EXITGAME)
|
||||
{
|
||||
abort_lv2_watchdog();
|
||||
}
|
||||
|
||||
for (sysutil_cb_manager::registered_cb cb : cbm->callbacks)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user