dolphin/Source/Core
aldelaro5 9ad6c8f334 Make memory breakpoint faster
Currently, slowmem is used at any time that memory breakpoints are in use.  This commit makes it so that whenever the DBAT gets updated, if the address is overllaping any memchecks, it forces the use of slowmem.  This allows to keep fastmem for any other cases and noticably increases performance when using memory breakpoints.
2017-03-02 04:46:27 -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 Make memory breakpoint faster 2017-03-02 04:46:27 -05: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 ExpressionParser: Convert parse state enum into an enum class 2017-02-28 05:07:21 -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