mirror of
https://github.com/izzy2lost/PCSX2_ARM64.git
synced 2026-06-19 10:16:23 -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