mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 03:10:31 +00:00
PPGe save state fix
This commit is contained in:
parent
c04ce5a64e
commit
b8eac3330b
@ -168,6 +168,7 @@ void __PPGeDoState(PointerWrap &p)
|
||||
p.Do(atlasPtr);
|
||||
p.Do(atlasWidth);
|
||||
p.Do(atlasHeight);
|
||||
p.Do(palettePtr);
|
||||
|
||||
p.Do(savedContextPtr);
|
||||
p.Do(savedContextSize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user