Merge pull request #69563 from nyanpasu64/patch-1
Fix burning CPU with udev disabled on Flatpak
This commit is contained in:
commit
14f23df1a3
1 changed files with 1 additions and 1 deletions
|
@ -218,8 +218,8 @@ void JoypadLinux::monitor_joypads() {
|
|||
}
|
||||
}
|
||||
closedir(input_directory);
|
||||
usleep(1000000); // 1s
|
||||
}
|
||||
usleep(1000000); // 1s
|
||||
}
|
||||
|
||||
void JoypadLinux::close_joypads() {
|
||||
|
|
Loading…
Reference in a new issue