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:
Unknown W. Brackets 2012-12-28 13:01:46 -08:00
parent 644e6b615c
commit bcecd881b1
11 changed files with 22 additions and 13 deletions

View file

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