dolphin/Source/Core
degasus dc0fbc15f0 JitCache: Drop block_map.
It is only used for invalidation, and in a bad way. Just scan over all elements,
as it is still in O(n), this shouldn't matter much.
2017-01-23 20:33:44 +01:00
..
AudioCommon Merge pull request #4721 from RisingFog/remove_dead_audiodump_code 2017-01-23 09:17:11 -05:00
Common cmake: Add missing Windows file to common 2017-01-21 00:35:55 +01:00
Core JitCache: Drop block_map. 2017-01-23 20:33:44 +01:00
DiscIO VolumeWad: Remove useless else after return 2017-01-23 18:17:34 +01:00
DolphinQt2 DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
DolphinWX Netplay: Fix wrong mapping info being used in dialog 2017-01-21 20:42:30 +01:00
InputCommon ControllerEmu: Add missing virtual destructor to BooleanSetting 2017-01-23 05:08:19 -05:00
UICommon
VideoBackends RenderBase: Forward declare EFBAccessType 2017-01-23 12:41:26 -05:00
VideoCommon RenderBase: Forward declare EFBAccessType 2017-01-23 12:41:26 -05:00
CMakeLists.txt