dolphin/Source/Core
aldelaro5 654f582446 Don't save watches and breakpoints on stop and load on boot
Not only this is pretty pointless because there is a load and save button on the appropriate panels, but for the breakpoints one, it caused an error while mapping the memory since adding memory breakpoint requires to update the DBAT and this is done too early (right after boot).  This also only worked if you had the right panel on making it even more useless because it would fail to laod if you didn't have the right panel on.  It's better to just let the user click load and save.
2017-03-03 05:18:33 -05:00
..
AudioCommon C++ conformance fixes (MSVC /permissive-) 2017-02-15 20:37:04 -08:00
Common Merge pull request #4959 from lioncash/ini 2017-02-27 10:02:53 -08:00
Core Merge pull request #4983 from degasus/jitcache 2017-02-28 09:20:24 -08:00
DiscIO IOS/ES: Implement ES_Export* ioctlvs 2017-02-27 21:26:28 +01:00
DolphinQt2 Use .manifest file for apps on Windows 2017-02-10 14:18:45 -08:00
DolphinWX Don't save watches and breakpoints on stop and load on boot 2017-03-03 05:18:33 -05:00
InputCommon ExpressionParser: Convert parse state enum into an enum class 2017-02-28 05:07:21 -05:00
UICommon Add command line parsing to UICommon. 2017-02-16 17:24:58 +01:00
VideoBackends VideoBackends: Add a developer option to disable the shader cache. 2017-02-19 12:05:44 +01:00
VideoCommon PixelEngine: Move enum constants into the PixelEngine namespace 2017-02-28 07:01:50 -05:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00