yuzu/src/core/hle/service/filesystem
Morph 72b22fd433 service: filesystem: Return proper error codes for CreateFile
This improves the accuracy of CreateFile by returning the correct error codes on certain conditions (parent directory does not exist, path already exists).

This fixes saving and the loading of existing saves in New Pokemon Snap
2021-05-01 09:33:00 -04:00
..
filesystem.cpp service: filesystem: Return proper error codes for CreateFile 2021-05-01 09:33:00 -04:00
filesystem.h fsp_srv: Implement OpenDataStorageWithProgramIndex 2020-12-08 08:19:05 -05:00
fsp_ldr.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
fsp_ldr.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
fsp_pr.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
fsp_pr.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
fsp_srv.cpp service: Eliminate cases of member shadowing 2021-04-26 09:39:49 -04:00
fsp_srv.h fsp-srv: Update to 12.x 2021-04-07 02:46:29 -04:00