mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 03:46:50 +01:00
Fix burning CPU with udev disabled on Flatpak
Fixes #67355. (cherry picked from commit 0cbd1c85a96384ef93978661e408ce7c1b721847)
This commit is contained in:
parent
9524cb6a74
commit
6064befd94
@ -222,8 +222,8 @@ void JoypadLinux::monitor_joypads() {
|
||||
}
|
||||
}
|
||||
closedir(input_directory);
|
||||
usleep(1000000); // 1s
|
||||
}
|
||||
usleep(1000000); // 1s
|
||||
}
|
||||
|
||||
void JoypadLinux::close_joypads() {
|
||||
|
Loading…
Reference in New Issue
Block a user