mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Cleanup
This commit is contained in:
parent
d4534cca19
commit
4e03865a78
@ -1157,7 +1157,7 @@ void rarch_init_system_av_info(void)
|
||||
video_viewport_get_system_av_info();
|
||||
|
||||
pretro_get_system_av_info(av_info);
|
||||
rarch_main_set_frame_limit_last_time(rarch_get_time_usec());
|
||||
rarch_main_set_frame_limit_last_time();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -834,9 +834,9 @@ void rarch_main_state_free(void)
|
||||
main_max_frames = 0;
|
||||
}
|
||||
|
||||
void rarch_main_set_frame_limit_last_time(retro_time_t t)
|
||||
void rarch_main_set_frame_limit_last_time(void)
|
||||
{
|
||||
frame_limit_last_time = t;
|
||||
frame_limit_last_time = rarch_get_time_usec();
|
||||
}
|
||||
|
||||
void rarch_main_global_free(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user