mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(PS3) Build fix
This commit is contained in:
parent
fc21fdbca6
commit
03ec380f56
1 changed files with 0 additions and 7 deletions
|
@ -64,13 +64,6 @@ static void callback_sysutil_exit(uint64_t status,
|
|||
case CELL_SYSUTIL_REQUEST_EXITGAME:
|
||||
g_extern.system.shutdown = true;
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue