mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(Android) Buildfix
This commit is contained in:
parent
f03e22b003
commit
04efd4ed36
@ -378,7 +378,7 @@ static void android_app_entry(void *data)
|
||||
do
|
||||
{
|
||||
unsigned sleep_ms = 0;
|
||||
int ret = runloop_iterate(&cmd, &sleep_ms);
|
||||
int ret = runloop_iterate(&sleep_ms);
|
||||
|
||||
if (ret == 1 && sleep_ms > 0)
|
||||
retro_sleep(sleep_ms);
|
||||
|
Loading…
x
Reference in New Issue
Block a user