فهرست منبع

Fix burning CPU with udev disabled on Flatpak

Fixes #67355.
nyanpasu64 2 سال پیش
والد
کامیت
0cbd1c85a9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      platform/linuxbsd/joypad_linux.cpp

+ 1 - 1
platform/linuxbsd/joypad_linux.cpp

@@ -218,8 +218,8 @@ void JoypadLinux::monitor_joypads() {
 			}
 			}
 		}
 		}
 		closedir(input_directory);
 		closedir(input_directory);
+		usleep(1000000); // 1s
 	}
 	}
-	usleep(1000000); // 1s
 }
 }
 
 
 void JoypadLinux::close_joypads() {
 void JoypadLinux::close_joypads() {