Fix RHH ROM header section (#3980)

RHH ROM header was not in the correct section
This commit is contained in:
Ninjdai 2024-01-12 15:40:35 +01:00 committed by GitHub
parent 6220a8ced9
commit 04a29951c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ struct RHHRomHeader
/*0x09*/ u8 expansionVersionFlags;
};
__attribute__((section(".text.consts")))
static const struct RHHRomHeader sRHHRomHeader =
{
.rhh_magic = { 'R', 'H', 'H', 'E', 'X', 'P' },