frd.h: Updated assert message

This commit is contained in:
OpenSauce04 2025-03-01 12:27:47 +00:00
parent 76a929346a
commit e2aee1980f

View File

@ -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