mirror of
https://github.com/izzy2lost/PSX2.git
synced 2026-07-05 15:18:36 -07:00
Android project - Fixed game delay
This commit is contained in:
@@ -522,7 +522,9 @@ public:
|
||||
}
|
||||
|
||||
// Wait flush
|
||||
std::thread t([]() {});
|
||||
std::thread t([]() {
|
||||
std::this_thread::sleep_for(std::chrono::microseconds(2));
|
||||
});
|
||||
t.detach();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user