dolphin/Source/Core/DolphinQt2
EmptyChaos c1944f623b Core/Movie: Add ability to run code in Host context
EndPlayInput runs on the CPU thread so it can't directly call
UpdateWantDeterminism. PlayController also tries to ChangeDisc
from the CPU Thread which is also invalid. It now just pauses
execution and posts a request to the Host to fix it instead.

The Core itself also did dodgy things like PauseAndLock-ing
from the CPU Thread and SetState from EmuThread which have been
removed.
2016-05-13 09:23:44 +10:00
..
Config [Qt] Settings Window for Qt 2016-05-10 21:24:53 -07:00
GameList Merge pull request #3571 from rukai/dolphinQtVisualStudio 2016-05-12 22:27:18 +12:00
AboutDialog.cpp SCM: Use std::string. 2016-05-05 00:22:49 +02:00
AboutDialog.h About dialog displays version numbers and handy links 2016-02-13 14:28:38 +11:00
CMakeLists.txt [Qt] Settings Window for Qt 2016-05-10 21:24:53 -07:00
DolphinQt2.vcxproj Brings visual studio build files up to date with recent Qt changes 2016-05-13 01:18:57 +10:00
DolphinQt2.vcxproj.filters Brings visual studio build files up to date with recent Qt changes 2016-05-13 01:18:57 +10:00
Host.cpp Core/Movie: Add ability to run code in Host context 2016-05-13 09:23:44 +10:00
Host.h DQt2: Add a message if the game list is empty. 2016-01-01 02:29:39 -08:00
Info.plist.in [Qt]: Enable Qt on Mac OSX. 2016-05-05 17:03:53 -07:00
Main.cpp Core/Movie: Add ability to run code in Host context 2016-05-13 09:23:44 +10:00
MainWindow.cpp [Qt] Settings Window for Qt 2016-05-10 21:24:53 -07:00
MainWindow.h [Qt] Settings Window for Qt 2016-05-10 21:24:53 -07:00
MenuBar.cpp Implements Emulation MenuBar 2016-03-20 11:44:35 +11:00
MenuBar.h Implements Emulation MenuBar 2016-03-20 11:44:35 +11:00
RenderWidget.cpp DolphinQt2 2015-11-27 00:33:07 -08:00
RenderWidget.h Use const reference, explicit, final, and override in DQt2. 2015-12-21 19:46:03 -08:00
Resources.cpp Use a separate INI file for UI settings. 2015-12-20 15:36:39 -08:00
Resources.h DolphinQt2 2015-11-27 00:33:07 -08:00
Settings.cpp Implements Emulation MenuBar 2016-03-20 11:44:35 +11:00
Settings.h Implements Emulation MenuBar 2016-03-20 11:44:35 +11:00
ToolBar.cpp Merge pull request #3571 from rukai/dolphinQtVisualStudio 2016-05-12 22:27:18 +12:00
ToolBar.h [Qt] Settings Window for Qt 2016-05-10 21:24:53 -07:00