dolphin/Source/Core
Léo Lam 7c6844e895 ES/Formats: Work around a GCC bug
In old GCC versions, capturing 'this' does not work for some lambdas.
The workaround is to not use auto for the parameter (even though the
type is obvious). This can be dropped once we require GCC 7.
2018-05-24 21:27:40 +02:00
..
AudioCommon
Common DebugInterface: MemoryPatches methods added 2018-05-22 10:31:31 +04:00
Core ES/Formats: Work around a GCC bug 2018-05-24 21:27:40 +02:00
DiscIO Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
DolphinNoGUI
DolphinQt2 Merge pull request #6946 from spycrab/qt_rob 2018-05-23 01:15:59 +02:00
DolphinWX DebugInterface: MemoryPatches methods added 2018-05-22 10:31:31 +04:00
InputCommon
UICommon Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends OGL: Fix EFB access in MSAA-mode 2018-05-22 15:35:20 +10:00
VideoCommon HiresTextures: Do not load compressed textures with unaligned dimensions 2018-05-22 16:15:18 +10:00
CMakeLists.txt