mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-04 01:35:21 +01:00
frd.h: Updated assert message
This commit is contained in:
parent
76a929346a
commit
e2aee1980f
@ -59,7 +59,7 @@ struct Game {
|
|||||||
u16 version;
|
u16 version;
|
||||||
INSERT_PADDING_BYTES(0x6);
|
INSERT_PADDING_BYTES(0x6);
|
||||||
};
|
};
|
||||||
static_assert(sizeof(Game) == 0x10, "Application has inccorect size");
|
static_assert(sizeof(Game) == 0x10, "Game has incorrect size");
|
||||||
|
|
||||||
struct ScreenName {
|
struct ScreenName {
|
||||||
// 20 bytes according to 3dbrew
|
// 20 bytes according to 3dbrew
|
||||||
|
Loading…
x
Reference in New Issue
Block a user