dolphin/Source/Core
Léo Lam 47e0a1656e IOS/ES: Make NandUtils member functions
In the future, NAND filesystem access will be limited to one IOS
instance, for safety reasons and to make it possible to consider
supporting NAND images. This means that any code accessing the NAND
filesystem must go through the FS device, both for code that is
external to IOS and internal.

Because we don't want to introduce any singleton, this requires
internal IOS code that needs NAND access to be part of an IOS device
class, so they can access the FS device easily.

Making some of the internal ES implementation functions member
functions also prevents them from being (mis)used outside of IOS,
since they cannot be called everywhere anymore.
2017-06-08 17:44:00 +02:00
..
AudioCommon msbuild: obey some warnings about missing virtual destructors 2017-06-07 20:20:25 -07:00
Common msbuild: obey some warnings about missing virtual destructors 2017-06-07 20:20:25 -07:00
Core IOS/ES: Make NandUtils member functions 2017-06-08 17:44:00 +02:00
DiscIO fix various instances of -1 being assigned to unsigned types 2017-06-07 19:52:07 -07:00
DolphinNoGUI Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
DolphinQt2 msvc: enable some default-off warnings 2017-06-07 21:07:36 -07:00
DolphinWX video: change multisample/AA setting to u32 2017-06-07 20:20:25 -07:00
InputCommon do not assign in conditional statements 2017-06-07 20:09:44 -07:00
UICommon DiscIO: Remove C/I/S prefixes from class names 2017-06-06 12:31:59 +02:00
VideoBackends video: change multisample/AA setting to u32 2017-06-07 20:20:25 -07:00
VideoCommon video: change multisample/AA setting to u32 2017-06-07 20:20:25 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00