mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Cleaner.
This commit is contained in:
parent
8f5580be10
commit
efaa85ff9b
6
ssnes.c
6
ssnes.c
@ -1671,10 +1671,6 @@ static void do_state_checks(void)
|
|||||||
{
|
{
|
||||||
if (!g_extern.netplay)
|
if (!g_extern.netplay)
|
||||||
{
|
{
|
||||||
check_reset();
|
|
||||||
#ifdef HAVE_XML
|
|
||||||
check_cheats();
|
|
||||||
#endif
|
|
||||||
check_pause();
|
check_pause();
|
||||||
check_oneshot();
|
check_oneshot();
|
||||||
|
|
||||||
@ -1700,11 +1696,13 @@ static void do_state_checks(void)
|
|||||||
|
|
||||||
#ifdef HAVE_XML
|
#ifdef HAVE_XML
|
||||||
check_shader_dir();
|
check_shader_dir();
|
||||||
|
check_cheats();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_DYLIB
|
#ifdef HAVE_DYLIB
|
||||||
check_dsp_config();
|
check_dsp_config();
|
||||||
#endif
|
#endif
|
||||||
|
check_reset();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
check_fullscreen();
|
check_fullscreen();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user