dolphin/Source/Core
Dan Ravensloft 982663c728 Explain what Yes/No means in an assert window
It's a bit confusing to get a yes/no dialogue box without any indication
of what yes or no will do in this situation, so add a short explanatory
sentence.
2017-07-05 20:00:52 +00:00
..
AudioCommon Swapped C-style arrays to std::array 2017-06-27 07:12:15 -03:00
Common Explain what Yes/No means in an assert window 2017-07-05 20:00:52 +00:00
Core Replace StringFromInt with std::to_string 2017-07-05 13:49:33 +02:00
DiscIO Drop unnecessary check from FileSystemGCWii::FindFileInfo 2017-07-04 20:40:32 +02:00
DolphinNoGUI NoGUI: Fix a missing include for Xlib 2017-06-13 11:46:13 +02:00
DolphinQt2 Merge pull request #5738 from spycrab/qt_fix_ampersand 2017-07-04 15:31:36 +02:00
DolphinWX Merge pull request #5651 from JosJuice/new-disc-extraction 2017-07-04 13:46:18 +02:00
InputCommon Disable Background Input when Background Input is disabled 2017-06-30 16:17:29 +02:00
UICommon Make Visual Studio happy 2017-06-28 20:42:01 +02:00
VideoBackends FramebufferManager: Fix EFB layers being attached to the wrong FBO. 2017-06-27 23:42:42 +02:00
VideoCommon Change "blocking" BlockingLoop::Stop to give up and die after a timeout. 2017-06-25 20:47:30 -07:00
CMakeLists.txt