mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 02:30:45 -04:00
fs(feat): Add Backup Saves for Custom Save Paths
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project
|
// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project
|
||||||
|
// SPDX-FileCopyrightText: 2025 citron Emulator Project
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
@@ -38,6 +39,10 @@ public:
|
|||||||
FileSys::SaveDataSpaceId space,
|
FileSys::SaveDataSpaceId space,
|
||||||
const FileSys::SaveDataAttribute& attribute);
|
const FileSys::SaveDataAttribute& attribute);
|
||||||
|
|
||||||
|
std::shared_ptr<FileSys::SaveDataFactory> GetFactory() const {
|
||||||
|
return factory;
|
||||||
|
}
|
||||||
|
|
||||||
void SetAutoCreate(bool state);
|
void SetAutoCreate(bool state);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user