Have "Restart Content" perform a Mega Drive soft reset.

This commit is contained in:
bleakassassin 2016-02-25 22:45:25 -06:00
parent 1869cde3e7
commit 688dc01d69

View File

@ -1910,7 +1910,7 @@ void retro_deinit(void)
}
void retro_reset(void) { system_reset(); }
void retro_reset(void) { gen_reset(0); }
void retro_run(void)
{