diff --git a/src/common/settings.h b/src/common/settings.h index a2d37f10b..e6c0f5500 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -686,6 +686,9 @@ struct Values { // Custom Save Paths (with backups) std::map custom_save_paths; + // This stores the external path used for Intelligent Mirroring sync + std::map mirrored_save_paths; + Setting global_custom_save_path_enabled{linkage, false, "global_custom_save_path_enabled", Category::DataStorage}; Setting global_custom_save_path{linkage, std::string(), "global_custom_save_path", Category::DataStorage}; Setting backup_saves_to_nand{linkage, false, "backup_saves_to_nand", Category::DataStorage};