KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
flashrom_syscfg_t Struct Reference

System configuration structure. More...

#include <dc/flashrom.h>

Data Fields

int language
 Language setting.
 
int audio
 Stereo/mono setting.
 
int autostart
 Autostart discs? 0 == off, 1 == on.
 

Detailed Description

System configuration structure.

This structure is filled in with the settings set in the BIOS from the flashrom_get_syscfg() function.

Field Documentation

◆ audio

int flashrom_syscfg_t::audio

Stereo/mono setting.

0 == mono, 1 == stereo

◆ autostart

int flashrom_syscfg_t::autostart

Autostart discs? 0 == off, 1 == on.

◆ language

int flashrom_syscfg_t::language

Language setting.

See also
Language Settings

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