dolphin/Source/Core
Shawn Hoffman ed8f293b4f Change "blocking" BlockingLoop::Stop to give up and die after a timeout.
This fixes the global-static fifo object causing infinite hangs in some
cases. Notably, failure to initialize a graphics backend would result in
BlockingLoop::Prepare being called but never executing Run(), leaving the
object in a bad state.
2017-06-25 20:47:30 -07:00
..
AudioCommon Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
Common Change "blocking" BlockingLoop::Stop to give up and die after a timeout. 2017-06-25 20:47:30 -07:00
Core replace DoFileSearch with optimized version 2017-06-23 17:25:53 -07:00
DiscIO FileSystemGCWii: Use case insensitive comparison in FindFileInfo 2017-06-24 14:06:31 +02:00
DolphinNoGUI NoGUI: Fix a missing include for Xlib 2017-06-13 11:46:13 +02:00
DolphinQt2 msvc/qt: list missing headers 2017-06-24 01:52:49 -07:00
DolphinWX FileSystemGCWii: Use case insensitive comparison in FindFileInfo 2017-06-24 14:06:31 +02:00
InputCommon StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
UICommon Allow the user to ignore signature issues during WAD import 2017-06-16 16:17:38 +02:00
VideoBackends AbstractTexture: Add missing includes (and remove unnecessary ones) 2017-06-18 23:29:22 -04:00
VideoCommon Change "blocking" BlockingLoop::Stop to give up and die after a timeout. 2017-06-25 20:47:30 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00