Menu Settings.
More...
Go to the source code of this file.
|
void | settings_init (char *path) |
| Init settings path.
|
|
void | settings_load (settings_t *settings) |
| The settings to load.
|
|
void | settings_save (settings_t *settings) |
| The settings to save.
|
|
◆ settings_t
Data Fields |
bool |
pal60_enabled |
Use 60 Hz refresh rate on a PAL console. |
bool |
show_protected_entries |
Show files/directories that are filtered in the browser. |
char * |
default_directory |
Default directory to navigate to when menu loads. |
bool |
use_saves_folder |
Put saves into separate directory. |
bool |
bgm_enabled |
Enable Background music. |
bool |
soundfx_enabled |
Enable Sounds. |
bool |
rumble_enabled |
Enable rumble feedback. |
bool |
rom_autoload_enabled |
Enable the ability to bypass the menu and instantly load a ROM. |
char * |
rom_autoload_path |
A path to the autoloaded ROM. |
char * |
rom_autoload_filename |
A filename of the autoloaded ROM. |