N64FlashcartMenu
Loading...
Searching...
No Matches
Data Structures | Functions
settings.h File Reference

Menu Settings. More...

Go to the source code of this file.

Data Structures

struct  settings_t
 Settings Structure. More...
 

Functions

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.
 

Detailed Description

Menu Settings.


Data Structure Documentation

◆ settings_t

struct settings_t

Settings Structure.

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 sound_enabled Enable Sounds.
bool rumble_enabled Enable rumble feedback.