mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 21:40:02 +00:00
Fix build (to do with removing RARCH_PERFORMANCE_MODE ifdefs)
This commit is contained in:
parent
7ad663c5f2
commit
3adfefed24
@ -1961,7 +1961,6 @@ static bool check_fullscreen(void)
|
|||||||
was_pressed = pressed;
|
was_pressed = pressed;
|
||||||
return toggle;
|
return toggle;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
void rarch_state_slot_increase(void)
|
void rarch_state_slot_increase(void)
|
||||||
{
|
{
|
||||||
@ -2620,7 +2619,6 @@ static void check_volume(void)
|
|||||||
|
|
||||||
g_extern.audio_data.volume_gain = db_to_gain(g_extern.audio_data.volume_db);
|
g_extern.audio_data.volume_gain = db_to_gain(g_extern.audio_data.volume_db);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_NETPLAY
|
#ifdef HAVE_NETPLAY
|
||||||
static void check_netplay_flip(void)
|
static void check_netplay_flip(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user