yuzu/src/core/file_sys
Lioncash 3f78a61f09
file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()
Lessens the amount to read and gets rid of the PRIX64 macro, allowing us to use a single string
for the whole path, making it easier to read.
2018-04-25 12:35:37 -04:00
..
directory.h
disk_filesystem.cpp file-sys: Move logging macros over to the new fmt-capable ones 2018-04-25 12:35:33 -04:00
disk_filesystem.h Service/FS: implement IFileSystem::RenameFile 2018-04-24 10:56:05 +03:00
errors.h
filesystem.cpp file-sys: Move logging macros over to the new fmt-capable ones 2018-04-25 12:35:33 -04:00
filesystem.h Service/FS: implement IFileSystem::RenameFile 2018-04-24 10:56:05 +03:00
partition_filesystem.cpp file-sys: Move logging macros over to the new fmt-capable ones 2018-04-25 12:35:33 -04:00
partition_filesystem.h file_sys: tweaks 2018-04-16 06:51:59 -06:00
path_parser.cpp
path_parser.h
program_metadata.cpp file-sys: Move logging macros over to the new fmt-capable ones 2018-04-25 12:35:33 -04:00
program_metadata.h
romfs_factory.cpp file-sys: Move logging macros over to the new fmt-capable ones 2018-04-25 12:35:33 -04:00
romfs_factory.h
romfs_filesystem.cpp file-sys: Move logging macros over to the new fmt-capable ones 2018-04-25 12:35:33 -04:00
romfs_filesystem.h Service/FS: implement IFileSystem::RenameFile 2018-04-24 10:56:05 +03:00
savedata_factory.cpp file-sys: convert a StringFromFormat call into fmt::format in GetFullPath() 2018-04-25 12:35:37 -04:00
savedata_factory.h
sdmc_factory.cpp file-sys: Move logging macros over to the new fmt-capable ones 2018-04-25 12:35:33 -04:00
sdmc_factory.h
storage.h