mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
国コードの型を u8 から TWLCountryCode に変更
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@155 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
c5dc974d3e
commit
d4ed5be29a
@ -200,7 +200,7 @@ typedef struct TWLSettingsData{
|
||||
u32 rsv : 19;
|
||||
}flags;
|
||||
u16 valid_language_bitmap; // 対応言語ビットマップ(※ここじゃなく、"/sys/HWINFO.dat"内の方が良さそう)
|
||||
u8 country; // 国コード
|
||||
TWLCountryCode country; // 国コード
|
||||
u8 region; // リージョン(※ここじゃなく、"/sys/HWINFO.dat"内の方が良さそう)
|
||||
u8 language; // 言語(NTRとの違いは、データサイズ8bit)
|
||||
u8 backLightBrightness; // バックライト輝度(NTRとの違いは、データサイズ8bit)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user