diff --git a/src/common/settings.h b/src/common/settings.h index 567ee6b3e..cb7a1df37 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -684,8 +684,9 @@ struct Values { // Key: build_id (hex string), Value: set of disabled cheat names std::map> disabled_cheats; - // Custom Save Paths + // Custom Save Paths (with backups) std::map custom_save_paths; + Setting backup_saves_to_nand{linkage, false, "backup_saves_to_nand", Category::DataStorage}; }; extern Values values;