mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(run_ahead.c) Fix signature
This commit is contained in:
parent
9d585ecd94
commit
43be7c384b
@ -161,7 +161,7 @@ static void runahead_clear_variables(void)
|
||||
runahead_last_frame_count = 0;
|
||||
}
|
||||
|
||||
static uint64_t runahead_get_frame_count()
|
||||
static uint64_t runahead_get_frame_count(void)
|
||||
{
|
||||
bool is_alive, is_focused = false;
|
||||
uint64_t frame_count = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user