(PS3) Rewind can be set now

This commit is contained in:
TwinAphex51224 2012-01-21 17:24:25 +01:00
parent 64cbfd0183
commit fabceb0e84

View File

@ -496,6 +496,9 @@ int main(int argc, char *argv[])
memset(&g_settings, 0, sizeof(g_settings));
memset(&g_console, 0, sizeof(g_console));
g_console.block_config_read = true;
config_set_defaults();
SSNES_LOG("Registering Callback\n");
cellSysutilRegisterCallback(0, callback_sysutil_exit, NULL);