mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-28 08:39:59 -06:00
commit melonHLE
it's a mess don't look inside
This commit is contained in:
@ -562,7 +562,7 @@ void DoSavestate(Savestate* file)
|
||||
file->Bool32(&poly->IsShadowMask);
|
||||
file->Bool32(&poly->IsShadow);
|
||||
|
||||
if (file->IsAtLeastVersion(4, 1))
|
||||
if (file->IsAtleastVersion(4, 1))
|
||||
file->Var32((u32*)&poly->Type);
|
||||
else
|
||||
poly->Type = 0;
|
||||
|
Reference in New Issue
Block a user