mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(Lakka) update_tweens gets value of 0.002 - assume
monitor refresh rate lock in RGUI
This commit is contained in:
parent
6e333c966c
commit
9adeae2df3
@ -738,7 +738,7 @@ static void lakka_frame(void *data)
|
||||
if (!rgui || !gl)
|
||||
return;
|
||||
|
||||
update_tweens((float)rgui->delta/10000000000);
|
||||
update_tweens(0.002);
|
||||
|
||||
glViewport(0, 0, gl->win_width, gl->win_height);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user