Fix a little mistakes

win32: remove "Toggled fast forward mode" checkbox, and give "fast forward toggle" hotkey
This commit is contained in:
gocha 2012-08-04 06:57:36 +09:00
parent edf0bb2e10
commit c2a78a5388
2 changed files with 0 additions and 2 deletions

View File

@ -460,7 +460,6 @@ Nintendo is a trade mark.")
#define EMUSET_LABEL_SMAX_TEXT TEXT("frames in auto-frame rate mode")
#define EMUSET_LABEL_STURBO TEXT("Skip Rendering")
#define EMUSET_LABEL_STURBO_TEXT TEXT("frames in fast-forward mode")
#define EMUSET_TOGGLE_TURBO TEXT("Toggled fast-forward mode")
//Netplay Options

View File

@ -5033,7 +5033,6 @@ INT_PTR CALLBACK DlgEmulatorProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lPar
WinRefreshDisplay();
{
SetWindowText(hDlg, EMUSET_TITLE);
SetDlgItemText(hDlg, IDC_TOGGLE_TURBO, EMUSET_TOGGLE_TURBO);
SetDlgItemText(hDlg, IDC_LABEL_FREEZE, EMUSET_LABEL_DIRECTORY);
SetDlgItemText(hDlg, IDOK, BUTTON_OK);
SetDlgItemText(hDlg, IDCANCEL, BUTTON_CANCEL);