mirror of https://github.com/snes9xgit/snes9x.git
Fix a little mistakes
win32: remove "Toggled fast forward mode" checkbox, and give "fast forward toggle" hotkey
This commit is contained in:
parent
edf0bb2e10
commit
c2a78a5388
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue