mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 13:07:56 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -49,8 +49,7 @@ Path ConstructSystemSaveDataBinaryPath(u32 high, u32 low) {
|
||||
}
|
||||
|
||||
ArchiveFactory_SystemSaveData::ArchiveFactory_SystemSaveData(const std::string& nand_path)
|
||||
: base_path(GetSystemSaveDataContainerPath(nand_path)) {
|
||||
}
|
||||
: base_path(GetSystemSaveDataContainerPath(nand_path)) {}
|
||||
|
||||
ResultVal<std::unique_ptr<ArchiveBackend>> ArchiveFactory_SystemSaveData::Open(const Path& path) {
|
||||
std::string fullpath = GetSystemSaveDataPath(base_path, path);
|
||||
|
Reference in New Issue
Block a user