You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Merge pull request #69563 from nyanpasu64/patch-1
Fix burning CPU with udev disabled on Flatpak
This commit is contained in:
@@ -218,8 +218,8 @@ void JoypadLinux::monitor_joypads() {
|
||||
}
|
||||
}
|
||||
closedir(input_directory);
|
||||
}
|
||||
usleep(1000000); // 1s
|
||||
}
|
||||
}
|
||||
|
||||
void JoypadLinux::close_joypads() {
|
||||
|
||||
Reference in New Issue
Block a user