update ui after savestate load (because loading a savestate can affect whether certain items should be grayed out in the menu)

This commit is contained in:
nitsuja 2011-12-18 01:15:59 -08:00
commit c88e4a097e
4 changed files with 24 additions and 0 deletions

View file

@ -361,6 +361,8 @@ private:
int GetCmdForHotkey(unsigned int key);
void OnAfterLoadCallback();
// For TASInputDlg
void TASManipFunction(SPADStatus *PadStatus, int controllerID);