frd.h: Updated assert message
This commit is contained in:
parent
76a929346a
commit
e2aee1980f
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ struct Game {
|
|||
u16 version;
|
||||
INSERT_PADDING_BYTES(0x6);
|
||||
};
|
||||
static_assert(sizeof(Game) == 0x10, "Application has inccorect size");
|
||||
static_assert(sizeof(Game) == 0x10, "Game has incorrect size");
|
||||
|
||||
struct ScreenName {
|
||||
// 20 bytes according to 3dbrew
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue