|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Language settings possible in the BIOS menu More...
Macros | |
| #define | FLASHROM_LANG_JAPANESE 0 |
| Japanese language code. | |
| #define | FLASHROM_LANG_ENGLISH 1 |
| English language code. | |
| #define | FLASHROM_LANG_GERMAN 2 |
| German language code. | |
| #define | FLASHROM_LANG_FRENCH 3 |
| French language code. | |
| #define | FLASHROM_LANG_SPANISH 4 |
| Spanish language code. | |
| #define | FLASHROM_LANG_ITALIAN 5 |
| Italian language code. | |
Language settings possible in the BIOS menu
This set of constants will be returned as the language value in the flashrom_syscfg_t structure.
| #define FLASHROM_LANG_ENGLISH 1 |
English language code.
| #define FLASHROM_LANG_FRENCH 3 |
French language code.
| #define FLASHROM_LANG_GERMAN 2 |
German language code.
| #define FLASHROM_LANG_ITALIAN 5 |
Italian language code.
| #define FLASHROM_LANG_JAPANESE 0 |
Japanese language code.
| #define FLASHROM_LANG_SPANISH 4 |
Spanish language code.