fs(feat): Add Backup Saves for Custom Save Paths

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-12-22 08:40:51 +00:00
parent 9407a5ba94
commit 3dee7e3015

View File

@@ -1,4 +1,5 @@
// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project
// SPDX-FileCopyrightText: 2025 citron Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
@@ -38,6 +39,10 @@ public:
FileSys::SaveDataSpaceId space,
const FileSys::SaveDataAttribute& attribute);
std::shared_ptr<FileSys::SaveDataFactory> GetFactory() const {
return factory;
}
void SetAutoCreate(bool state);
private: