dolphin-emulator/Source/Core
Léo Lam 5a7b966b6d IOS: Rewrite FS to use FileSystem
This is the large change in the branch.

This lets us use either the host filesystem or (in the future) a NAND
image exactly the same way, and make sure the IPC emulation code
behaves identically. Less duplicated code.

Note that "FileIO" and "FS" were merged, because it actually doesn't
make a lot of sense to split them: IOS handles requests for both
/dev/fs and files in the same resource manager, and as it turns out,
/dev/fs commands can *also* be sent to non /dev/fs file descriptors!
If we kept /dev/fs and files split, there would be no way to
emulate that correctly. I'm not aware of anything that does that (yet?)
but I think it's important to be correct.
2018-03-31 10:58:37 +02:00
..
AudioCommon AudioCommon/CMakelists: Migrate off add_dolphin_library 2018-03-22 22:07:11 -04:00
Common IOS: Rewrite FS to use FileSystem 2018-03-31 10:58:37 +02:00
Core IOS: Rewrite FS to use FileSystem 2018-03-31 10:58:37 +02:00
DiscIO DiscExtractor: Pass partition by reference rather than by value in ExtractDirectory() 2018-03-27 21:49:42 -04:00
DolphinNoGUI Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
DolphinQt2 Merge pull request #6559 from spycrab/qt_crashes 2018-03-29 18:51:22 -04:00
DolphinWX Implement "Skip" ubershader mode 2018-03-26 01:57:41 +10:00
InputCommon InputCommon/CMakeLists: Link in ForceFeedback library explicitly on macOS 2018-03-29 11:53:50 -04:00
UICommon Merge pull request #6560 from JosJuice/invalid-games-in-game-list 2018-03-29 18:49:38 -04:00
Updater Updater: Implement UI 2018-03-28 17:59:22 +02:00
VideoBackends VideoCommon/Vulkan: Explicitly link in xxhash 2018-03-28 17:03:16 -04:00
VideoCommon Put a "last changed in PR" comment next to UID cache version 2018-03-29 22:38:37 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00