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

uint32_t language
 Language setting.
 
uint32_t audio
 Stereo/mono setting.
 
uint32_t 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

uint32_t flashrom_syscfg_t::audio

Stereo/mono setting.

0 == mono, 1 == stereo

◆ autostart

uint32_t flashrom_syscfg_t::autostart

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

◆ language

uint32_t flashrom_syscfg_t::language

Language setting.

See also
Language Settings

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