mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 19:20:24 +00:00
(PS3) Build fix
This commit is contained in:
parent
fc21fdbca6
commit
03ec380f56
@ -64,13 +64,6 @@ static void callback_sysutil_exit(uint64_t status,
|
|||||||
case CELL_SYSUTIL_REQUEST_EXITGAME:
|
case CELL_SYSUTIL_REQUEST_EXITGAME:
|
||||||
g_extern.system.shutdown = true;
|
g_extern.system.shutdown = true;
|
||||||
break;
|
break;
|
||||||
case CELL_SYSUTIL_OSKDIALOG_LOADED:
|
|
||||||
case CELL_SYSUTIL_OSKDIALOG_INPUT_CANCELED:
|
|
||||||
case CELL_SYSUTIL_OSKDIALOG_FINISHED:
|
|
||||||
case CELL_SYSUTIL_OSKDIALOG_UNLOADED:
|
|
||||||
if (driver.osk && driver.osk_data)
|
|
||||||
driver.osk->lifecycle(driver.osk_data, status);
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user