yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::net::RomVersionManager::Config Struct Reference

#include <rom_version_manager.h>

Public Attributes

bool enable_auto_backup = true
 
int auto_backup_interval_seconds = 300
 
size_t max_snapshots = 50
 
size_t max_storage_mb = 500
 
bool compress_snapshots = true
 
bool enable_corruption_detection = true
 

Detailed Description

Definition at line 68 of file rom_version_manager.h.

Member Data Documentation

◆ enable_auto_backup

bool yaze::net::RomVersionManager::Config::enable_auto_backup = true

Definition at line 69 of file rom_version_manager.h.

◆ auto_backup_interval_seconds

int yaze::net::RomVersionManager::Config::auto_backup_interval_seconds = 300

Definition at line 70 of file rom_version_manager.h.

◆ max_snapshots

size_t yaze::net::RomVersionManager::Config::max_snapshots = 50

◆ max_storage_mb

size_t yaze::net::RomVersionManager::Config::max_storage_mb = 500

◆ compress_snapshots

bool yaze::net::RomVersionManager::Config::compress_snapshots = true

◆ enable_corruption_detection

bool yaze::net::RomVersionManager::Config::enable_corruption_detection = true

The documentation for this struct was generated from the following file: