yuzu/src/core/hle/service/filesystem
Chloe Marcec 0b891c9245 FS: Recursively create directories for CreateDirectory
Originally we only created the parent directory, this caused issues for creating directories which also contained subdirectories, eg `/Folder1/Folder2`

This allows the ultimate mod manager homebrew to at least boot
2021-09-06 19:35:55 +10:00
..
filesystem.cpp FS: Recursively create directories for CreateDirectory 2021-09-06 19:35:55 +10:00
filesystem.h core: Support LayeredFS mod from SDMC directory 2021-06-28 10:08:07 -04: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 fsp_srv: Fix filesystem access logging 2021-06-16 00:06:02 -04:00
fsp_srv.h fsp_srv: Fix filesystem access logging 2021-06-16 00:06:02 -04:00