dolphin/Source/Core
Techjar 0c02e77eee Core: Remove MemoryWatcher
MemoryWatcher only works on Linux and affects emulation determinism due
to scheduling additional events, which causes NetPlay to desync.
Considering that this interface is a rather specialized use case, the
communication with it is kinda crappy *and* it's affecting emulation, I
think it's best to just axe it and come up with a better implementation
of the functionality.
2019-04-28 06:22:27 -04:00
..
AudioCommon Minor changes to usages of std::condition_variable. 2019-04-06 17:39:25 -05:00
Common Core: Remove MemoryWatcher 2019-04-28 06:22:27 -04:00
Core Core: Remove MemoryWatcher 2019-04-28 06:22:27 -04:00
DiscIO VolumeVerifier: Verify WAD contents 2019-04-09 14:18:46 +02:00
DolphinNoGUI Config: Move the 'Display' settings from ConfigManager to the layered config system 2019-03-30 18:43:02 -05:00
DolphinQt Merge pull request #7861 from jordan-woyak/mplus-emu 2019-04-26 05:50:18 -04:00
InputCommon WiimoteEmu: Improve emulated swing. 2019-04-23 19:02:41 -05:00
MacUpdater MacUpdater: Fix updater not closing after update is completed 2019-03-21 13:47:23 +01:00
UICommon Merge pull request #7841 from iwubcode/config-mgr-onion 2019-04-21 00:01:47 -04:00
UpdaterCommon UpdaterCommon: Move most of the programs here 2019-03-03 15:02:44 +01:00
VideoBackends OGL: Set shared context state up to match main context 2019-04-21 14:28:14 +10:00
VideoCommon VideoCommon: Do not reset the gather pipe (WPAR buffer) as this does not reflect what actually happens on real hardware. On hardware, there's no way for the GPU to signal to reset the WPAR buffer. Instead, the WPAR buffer will be reset automatically upon receiving 32 bytes or when spr[WPAR] is written 2019-04-26 22:20:53 -05:00
WinUpdater WinUpdater: Restore original executable name 2019-04-11 20:21:50 +02:00
CMakeLists.txt Move shared Updater logic into UpdaterCommon 2019-02-26 19:27:36 +01:00