clean up some savestate code

This commit is contained in:
nitsuja
2011-12-28 02:33:41 -06:00
committed by skidau
parent 8ef75dac67
commit d19c389246
4 changed files with 23 additions and 29 deletions

View File

@ -139,7 +139,7 @@ void PlayController(SPADStatus *PadStatus, int controllerID);
bool PlayWiimote(int wiimote, u8* data, const struct WiimoteEmu::ReportFeatures& rptf, int irMode);
void EndPlayInput(bool cont);
void SaveRecording(const char *filename);
void DoState(PointerWrap &p, bool doNot=false);
void DoState(PointerWrap &p);
std::string GetInputDisplay();