mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 03:05:18 +02:00
Savestate cleanup + be more careful with vectors.
For some reason I debugged it going into std::string so I just made them all more explicit which fixed everything.
This commit is contained in:
@@ -145,6 +145,7 @@ public:
|
||||
virtual void DoState(PointerWrap &p) {
|
||||
p.Do(moduleID_);
|
||||
p.Do(retValAddr);
|
||||
p.DoMarker("AfterModuleEntryCall");
|
||||
}
|
||||
static Action *Create() {
|
||||
return new AfterModuleEntryCall;
|
||||
|
||||
Reference in New Issue
Block a user