dolphin/Source/Core
Léo Lam 4e462d44f9 ESFormats: Fix GetRawTicketView
The vector was not constructed with the proper size, which results in a
buffer overflow as we were using memcpy.

This commit fixes that mistake and also uses a safer way of copying the
ticket view data (std::vector::insert instead of memcpy).
2017-02-27 21:19:05 +01: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 ESFormats: Fix GetRawTicketView 2017-02-27 21:19:05 +01:00
DiscIO ES: Make sure the TMD and ticket are valid before use 2017-02-26 19:46:30 +01:00
DolphinQt2 Use .manifest file for apps on Windows 2017-02-10 14:18:45 -08:00
DolphinWX Merge pull request #4959 from lioncash/ini 2017-02-27 10:02:53 -08:00
InputCommon Merge pull request #4960 from lioncash/type 2017-02-26 15:56:34 -08: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 Merge pull request #4958 from RisingFog/avidump_bitrate 2017-02-27 10:15:19 -08:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00