diff options
-rw-r--r-- | libretro.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -689,7 +689,7 @@ void retro_get_system_av_info(struct retro_system_av_info* info) void retro_reset(void) { CPU.Flags = 0; - S9xReset(); + S9xSoftReset(); } size_t retro_serialize_size(void) |