mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-29 05:53:38 +00:00
fs(feat): Add Backup Saves for Custom Save Paths
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -684,8 +684,9 @@ struct Values {
|
||||
// Key: build_id (hex string), Value: set of disabled cheat names
|
||||
std::map<std::string, std::set<std::string>> disabled_cheats;
|
||||
|
||||
// Custom Save Paths
|
||||
// Custom Save Paths (with backups)
|
||||
std::map<u64, std::string> custom_save_paths;
|
||||
Setting<bool> backup_saves_to_nand{linkage, false, "backup_saves_to_nand", Category::DataStorage};
|
||||
};
|
||||
|
||||
extern Values values;
|
||||
|
||||
Reference in New Issue
Block a user