49#ifdef FEATURE_AUTOLOAD_ROM_ENABLED
51 bool loading_progress_bar_enabled;
54 bool rom_autoload_enabled;
void settings_init(char *path)
Init settings path.
Definition settings.c:36
void settings_reset_to_defaults()
Reset settings to defaults.
Definition settings.c:107
bool show_saves_folder
Show saves folder in file browser.
Definition settings.h:38
bool bgm_enabled
Enable Background music.
Definition settings.h:41
char * default_directory
Default directory to navigate to when menu loads.
Definition settings.h:32
void settings_load(settings_t *settings)
The settings to load.
Definition settings.c:43
bool soundfx_enabled
Enable Sound effects within the menu.
Definition settings.h:44
char * rom_autoload_filename
A filename of the autoloaded ROM.
Definition settings.h:64
int schema_revision
Settings version.
Definition settings.h:14
char * rom_autoload_path
A path to the autoloaded ROM.
Definition settings.h:61
bool use_saves_folder
Put saves into separate directory.
Definition settings.h:35
bool rom_fast_reboot_enabled
Enable the ability to bypass the menu and instantly load a ROM on reset button.
Definition settings.h:57
bool pal60_enabled
Use 60 Hz refresh rate on a PAL console.
Definition settings.h:20
bool pal60_compatibility_mode
Use 60 Hz refresh rate on a PAL console with certain mods that do not properly the video output.
Definition settings.h:23
bool show_protected_entries
Show files/directories that are filtered in the browser.
Definition settings.h:29
bool force_progressive_scan
Direct the VI to force progressive scan output at 240p. Meant for TVs and other devices which struggl...
Definition settings.h:26
bool rumble_enabled
Enable rumble feedback within the menu.
Definition settings.h:47
bool first_run
First run of the menu.
Definition settings.h:17
void settings_save(settings_t *settings)
The settings to save.
Definition settings.c:76
Settings Structure.
Definition settings.h:12