dolphin/Source/Core
Léo Lam 3d21280ab4 DiscIO: Fix out-of-bounds access in NANDContentDataBuffer
Accessing buffer[start + size] triggers an error (and a crash) in debug
builds. Using std::copy_n fixes this.
2017-01-23 21:49:26 +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: Extract ErasePhysicalRange as function. 2017-01-23 20:33:44 +01:00
DiscIO DiscIO: Fix out-of-bounds access in NANDContentDataBuffer 2017-01-23 21:49:26 +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 Fix missing includes 2016-10-07 23:46:41 +02:00
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 [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00