50extern uint32_t
ios_config_get(
const char* key,
void* buffer, uint32_t size);
const char * ios_settings_get(const char *key)
Get a feild from the settings file.
Definition ios_settings.c:88
bool ios_config_is_progressive_scan()
Returns true if the default video mode is progressive scan.
Definition ios_settings.c:203
bool ios_config_is_eurgb60()
Get a feild from the config file.
Definition ios_settings.c:210
uint32_t ios_config_get(const char *key, void *buffer, uint32_t size)
Get a feild from the config file.
Definition ios_settings.c:124
void ios_settings_initialize()
Pull all the settings through IOS.
Definition ios_settings.c:39