dolphin/Source/Core/Core/IOS
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
..
DI Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
ES ES/Formats: Work around a GCC bug 2018-05-24 21:27:40 +02:00
FS IOS/FS: Fix rename not handling existing target correctly 2018-05-08 23:55:13 +02:00
Network Use resolver to get default DNS nameserver 2018-05-13 14:05:23 +02:00
SDIO SDCardUtil: Namespace SDCardUtil 2018-05-11 09:19:30 -04:00
STM IOS/STM: Reset the event hook at the correct time 2018-04-13 23:34:35 +02:00
USB Move SysConf to Core 2018-04-12 22:16:37 +02:00
WFS Reformat all the things! 2018-04-12 21:28:39 +02:00
Device.cpp IOS: Adjust IPC timing based on hardware tests 2018-03-16 18:51:07 +01:00
Device.h IOS: Rewrite FS to use FileSystem 2018-03-31 10:58:37 +02:00
DeviceStub.cpp IOS: Change devices to always return IPCCommandResult 2018-02-27 21:12:07 +01:00
DeviceStub.h IOS: Change devices to always return IPCCommandResult 2018-02-27 21:12:07 +01:00
IOS.cpp ES: Use new filesystem interface in NandUtils 2018-05-06 23:16:35 +02:00
IOS.h Move all UID constants to a single file 2018-05-09 21:08:24 +02:00
IOSC.cpp Merge pull request #6895 from leoetlino/hardcoded 2018-05-21 15:27:31 +02:00
IOSC.h Merge pull request #6895 from leoetlino/hardcoded 2018-05-21 15:27:31 +02:00
MIOS.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
MIOS.h IOS: Implement MIOS functionality 2017-02-08 15:07:34 +01:00
Uids.h Move all UID constants to a single file 2018-05-09 21:08:24 +02:00
VersionInfo.cpp IOS: Fix regression affecting BC launch 2018-02-27 18:16:05 +01:00
VersionInfo.h ES: Make it fail on unsupported installed IOSes 2018-02-11 18:42:02 +01:00