Skip to content

Commit bf6f212

Browse files
committed
Call S9xSoftReset() instead of S9xReset(), like newer Snes9x cores do
1 parent 77e9cd2 commit bf6f212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libretro.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ void retro_get_system_av_info(struct retro_system_av_info* info)
689689
void retro_reset(void)
690690
{
691691
CPU.Flags = 0;
692-
S9xReset();
692+
S9xSoftReset();
693693
}
694694

695695
size_t retro_serialize_size(void)

0 commit comments

Comments
 (0)