mirror of
https://github.com/libretro/snes9x2005.git
synced 2024-12-04 07:00:41 +00:00
Merge pull request #91 from keithbowes/soft-reset
Call S9xSoftReset() instead of S9xReset(), like newer Snes9x cores do
This commit is contained in:
commit
01564ac5d9
@ -689,7 +689,7 @@ void retro_get_system_av_info(struct retro_system_av_info* info)
|
|||||||
void retro_reset(void)
|
void retro_reset(void)
|
||||||
{
|
{
|
||||||
CPU.Flags = 0;
|
CPU.Flags = 0;
|
||||||
S9xReset();
|
S9xSoftReset();
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t retro_serialize_size(void)
|
size_t retro_serialize_size(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user