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:
parent
644e6b615c
commit
bcecd881b1
11 changed files with 22 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue