mirror of https://github.com/mgba-emu/mgba.git
GB: Fix gcc build
This commit is contained in:
parent
0f4889d69a
commit
b8f26ebee8
|
@ -23,8 +23,8 @@ const uint32_t SGB_LR35902_FREQUENCY = 0x418B1E;
|
|||
|
||||
const uint32_t GB_COMPONENT_MAGIC = 0x400000;
|
||||
|
||||
const uint32_t DMG_2_BIOS_CHECKSUM = 0x59C8598E;
|
||||
const uint32_t CGB_BIOS_CHECKSUM = 0x41884E46;
|
||||
#define DMG_2_BIOS_CHECKSUM 0x59C8598E
|
||||
#define CGB_BIOS_CHECKSUM 0x41884E46
|
||||
|
||||
mLOG_DEFINE_CATEGORY(GB, "GB");
|
||||
|
||||
|
|
Loading…
Reference in New Issue