mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +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…
x
Reference in New Issue
Block a user