Fix some warnings (#2399)
This commit is contained in:
parent
159bcbfdbc
commit
c18cb1b192
13 changed files with 9 additions and 35 deletions
|
@ -84,7 +84,6 @@ struct ConsoleCountryInfo {
|
|||
static_assert(sizeof(ConsoleCountryInfo) == 4, "ConsoleCountryInfo must be exactly 4 bytes");
|
||||
}
|
||||
|
||||
static const u64 CFG_SAVE_ID = 0x00010017;
|
||||
static const u64 CONSOLE_UNIQUE_ID = 0xDEADC0DE;
|
||||
static const ConsoleModelInfo CONSOLE_MODEL = {NINTENDO_3DS_XL, {0, 0, 0}};
|
||||
static const u8 CONSOLE_LANGUAGE = LANGUAGE_EN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue