dolphin/Source/Core/Core/IOS/FS
Léo Lam 6b9aef7042 FS: Add a struct for modes
As suggested here: https://dolp.in/pr7059#pullrequestreview-125401778

More descriptive than having a std::tuple of FS::Mode, and lets us
give names to known triplets of modes (like in ES). Functions that
only forward mode arguments are slightly less verbose now too.
2018-06-03 20:45:35 +02:00
..
HostBackend FS: Add a struct for modes 2018-06-03 20:45:35 +02:00
FileSystem.cpp FS: Add a struct for modes 2018-06-03 20:45:35 +02:00
FileSystem.h FS: Add a struct for modes 2018-06-03 20:45:35 +02:00
FileSystemProxy.cpp FS: Add a struct for modes 2018-06-03 20:45:35 +02:00
FileSystemProxy.h IOS/FS: Emulate read/write/close/seek timing 2018-04-07 23:35:28 +02:00