commit melonHLE

it's a mess don't look inside
This commit is contained in:
Arisotura
2023-06-16 21:48:48 +02:00
parent 391ad8c95e
commit 70d98deff4
24 changed files with 6255 additions and 461 deletions

View File

@ -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;