mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
Fix equality operator mistake
sorry for this...
This commit is contained in:
parent
96d2030176
commit
9253e8bb54
@ -220,7 +220,7 @@ static int Load(const char *name, MDFNFILE *fp)
|
||||
|
||||
HuCLoad(GET_FDATA_PTR(fp) + headerlen, GET_FSIZE_PTR(fp) - headerlen);
|
||||
|
||||
if(crc = 0xfae0fc60)
|
||||
if(crc == 0xfae0fc60)
|
||||
OrderOfGriffonFix = true;
|
||||
|
||||
return(LoadCommon());
|
||||
|
Loading…
Reference in New Issue
Block a user