mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-08 12:50:07 +00:00
Remove some obsolete RARCH_CONSOLE ifdefs
This commit is contained in:
parent
2d348f68f9
commit
0bd38a5e1d
@ -87,11 +87,11 @@ static void netplay_net_post_frame(netplay_t *netplay)
|
|||||||
|
|
||||||
core_ctl(CORE_CTL_RETRO_SERIALIZE, &serial_info);
|
core_ctl(CORE_CTL_RETRO_SERIALIZE, &serial_info);
|
||||||
|
|
||||||
#if defined(HAVE_THREADS) && !defined(RARCH_CONSOLE)
|
#if defined(HAVE_THREADS)
|
||||||
lock_autosave();
|
lock_autosave();
|
||||||
#endif
|
#endif
|
||||||
core_ctl(CORE_CTL_RETRO_RUN, NULL);
|
core_ctl(CORE_CTL_RETRO_RUN, NULL);
|
||||||
#if defined(HAVE_THREADS) && !defined(RARCH_CONSOLE)
|
#if defined(HAVE_THREADS)
|
||||||
unlock_autosave();
|
unlock_autosave();
|
||||||
#endif
|
#endif
|
||||||
netplay->tmp_ptr = NEXT_PTR(netplay->tmp_ptr);
|
netplay->tmp_ptr = NEXT_PTR(netplay->tmp_ptr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user