You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core/hle/service/filesystem
Morph 2079bb4090 filesystem: Create subdirectories prior to creating a file
If subdirectories exist in the given path parameter and don't exist in the real filesystem create them prior to creating the files within.
This fixes the softlocks upon save creation in The Legend of Zelda: Breath of the Wild
5 years ago
..
filesystem.cpp filesystem: Create subdirectories prior to creating a file 5 years ago
filesystem.h hle/service: Replace global system instance calls with instance-based ones 6 years ago
fsp_ldr.cpp hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
fsp_ldr.h hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
fsp_pr.cpp hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
fsp_pr.h hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
fsp_srv.cpp service: fsp_srv: Stub implementation of OpenMultiCommitManager. 5 years ago
fsp_srv.h service: fsp_srv: Stub implementation of OpenMultiCommitManager. 5 years ago