mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(PS3) Rewind can be set now
This commit is contained in:
parent
64cbfd0183
commit
fabceb0e84
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user