mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-27 13:13:29 +00: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: 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:
|
||||
|
||||
Reference in New Issue
Block a user