mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-08 06:47:19 +00:00
Fix spinny buttons animation on Qt and Blackberry front-ends.
This commit is contained in:
parent
fa10aae32f
commit
21e4e12f65
@ -468,6 +468,7 @@ int main(int argc, char *argv[]) {
|
||||
NativeUpdate(input_state);
|
||||
EndInputState(&input_state);
|
||||
NativeRender();
|
||||
time_update();
|
||||
// On Blackberry, this handles VSync for us
|
||||
eglSwapBuffers(egl_disp, egl_surf);
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ protected:
|
||||
NativeUpdate(input_state);
|
||||
EndInputState(&input_state);
|
||||
NativeRender();
|
||||
|
||||
time_update();
|
||||
update();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user