mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-09 12:08:13 +03:00
Add poll interval to libScePad (#1415)
This commit is contained in:
parent
87f8fea4de
commit
c38e3f77f9
5 changed files with 38 additions and 2 deletions
|
@ -257,6 +257,7 @@ void Emulator::Run(const std::filesystem::path& file) {
|
|||
std::jthread mainthread =
|
||||
std::jthread([this](std::stop_token stop_token) { linker->Execute(); });
|
||||
|
||||
window->initTimers();
|
||||
while (window->isOpen()) {
|
||||
window->waitEvent();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue