dolphin/Source/Core
Antonio Maiorano 3dec84a91b Fix infinite polling for usb devices after the "add to whitelist" dialog has been opened once
Problem is that USBDeviceAddToWhitelistDialog starts a timer once created to poll for devices every second. In Qt, closing a heap-allocated dialog doesn't delete it, so it keeps on polling. This fix is to allocate dialog on the stack, then use "exec" to run it modally without returning. Once closed, the stack instance will get destroyed, thus killing the timer.
2018-10-12 21:34:05 -04:00
..
AudioCommon
Common GekkoDisassembler: fix mtfsf yet again 2018-10-08 02:43:34 +01:00
Core Zero-initialize CPU state and register view 2018-10-10 00:04:02 +01:00
DiscIO
DolphinNoGUI
DolphinQt Fix infinite polling for usb devices after the "add to whitelist" dialog has been opened once 2018-10-12 21:34:05 -04:00
InputCommon evdev: simplify code 2018-10-08 19:51:29 +01:00
UICommon
Updater
VideoBackends VideoCommon: remove unnecessary floor() 2018-10-09 00:31:43 +01:00
VideoCommon Merge pull request #7470 from Tilka/fifoplayer 2018-10-09 08:56:48 +01:00
CMakeLists.txt