Navigation Menu

Skip to content

Commit

Permalink
Fix a little mistakes
Browse files Browse the repository at this point in the history
win32: remove "Toggled fast forward mode" checkbox, and give "fast forward toggle" hotkey
  • Loading branch information
gocha committed Aug 3, 2012
1 parent edf0bb2 commit c2a78a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion win32/wlanguage.h
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion win32/wsnes9x.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit c2a78a5

Please sign in to comment.