Revert "Virtual Filesystem (#597)"

This reverts commit 12e9522b32.
This commit is contained in:
bunnei 2018-07-07 20:24:51 -07:00
parent febdc6f478
commit 0c22a8d514
45 changed files with 1682 additions and 1790 deletions

View file

@ -621,7 +621,7 @@ void IApplicationFunctions::EnsureSaveData(Kernel::HLERequestContext& ctx) {
IPC::ResponseBuilder rb{ctx, 4};
FileSys::Path unused;
auto savedata = FileSystem::OpenFileSystem(FileSystem::Type::SaveData);
auto savedata = FileSystem::OpenFileSystem(FileSystem::Type::SaveData, unused);
if (savedata.Failed()) {
// Create the save data and return an error indicating that the operation was performed.
FileSystem::FormatFileSystem(FileSystem::Type::SaveData);