(PS3) Build fix

This commit is contained in:
twinaphex 2015-01-30 00:29:23 +01:00
parent fc21fdbca6
commit 03ec380f56

View File

@ -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
}