mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 15:31:59 +00:00
ANDROID: Fix timer frequency to match SDL
This commit is contained in:
parent
18d9654ca2
commit
5f96dc6867
@ -162,7 +162,7 @@ void *OSystem_Android::timerThreadFunc(void *arg) {
|
||||
|
||||
struct timespec tv;
|
||||
tv.tv_sec = 0;
|
||||
tv.tv_nsec = 100 * 1000 * 1000; // 100ms
|
||||
tv.tv_nsec = 10 * 1000 * 1000; // 10ms
|
||||
|
||||
while (!system->_timer_thread_exit) {
|
||||
if (JNI::pause) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user