mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Make driver_adjust_system_rates into a static function again
This commit is contained in:
parent
be3ac6eccd
commit
b4a26e2e30
2
driver.c
2
driver.c
@ -204,7 +204,7 @@ void init_drivers_pre(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
void driver_adjust_system_rates(void)
|
||||
static void driver_adjust_system_rates(void)
|
||||
{
|
||||
audio_monitor_adjust_system_rates();
|
||||
video_monitor_adjust_system_rates();
|
||||
|
Loading…
Reference in New Issue
Block a user