mirror of https://github.com/PCSX2/pcsx2.git
Quick save menu fix.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1995 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
28473c1436
commit
a5aa1e65d6
|
@ -168,7 +168,7 @@ void MainEmuFrame::Menu_LoadStates_Click(wxCommandEvent &event)
|
|||
|
||||
void MainEmuFrame::Menu_SaveStates_Click(wxCommandEvent &event)
|
||||
{
|
||||
States_SetCurrentSlot( event.GetId() - MenuId_State_Load01 - 1 );
|
||||
States_SetCurrentSlot( event.GetId() - MenuId_State_Save01 - 1 );
|
||||
States_FreezeCurrentSlot();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue