LEO_country_code is u32

This commit is contained in:
LuigiBlood 2023-07-28 20:34:51 +02:00
parent bf9e837915
commit d741194d15
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ extern u16 leoLba_to_phys(u32 lba);
extern s32 __leoActive;
extern s32 __leoResetCalled;
extern s32 __leoQueuesCreated;
extern s32 LEO_country_code;
extern u32 LEO_country_code;
extern u32 LEOasic_bm_ctl_shadow;
extern u32 LEOasic_seq_ctl_shadow;
extern u8 LEOdisk_type;

View File

@ -72,7 +72,7 @@ s32 LeoCJCreateLeoManager(OSPri comPri, OSPri intPri, OSMesg *cmdBuf, s32 cmdMsg
dummy *= data;
dummy -= (u32)&cmdBlockInq;
LEO_country_code = -0x17B72CEA;
LEO_country_code = 0xE848D316;
} else {
while (1) {}
}