mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-04 01:35:21 +01:00
frd.h: Fixed assert message typos
This commit is contained in:
parent
e2aee1980f
commit
d6745a95e3
@ -65,13 +65,13 @@ struct ScreenName {
|
|||||||
// 20 bytes according to 3dbrew
|
// 20 bytes according to 3dbrew
|
||||||
std::array<char16_t, 10> name;
|
std::array<char16_t, 10> name;
|
||||||
};
|
};
|
||||||
static_assert(sizeof(ScreenName) == 0x14, "ScreenName has inccorect size");
|
static_assert(sizeof(ScreenName) == 0x14, "ScreenName has incorrect size");
|
||||||
|
|
||||||
struct Comment {
|
struct Comment {
|
||||||
// 32 bytes according to 3dbrew
|
// 32 bytes according to 3dbrew
|
||||||
std::array<char16_t, 16> name;
|
std::array<char16_t, 16> name;
|
||||||
};
|
};
|
||||||
static_assert(sizeof(Comment) == 0x20, "Comment has inccorect size");
|
static_assert(sizeof(Comment) == 0x20, "Comment has incorrect size");
|
||||||
|
|
||||||
class Module final {
|
class Module final {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user