Update resources.rc
This commit is contained in:
parent
6cf9f1a98d
commit
8a826d4230
|
@ -1046,7 +1046,7 @@ BEGIN
|
||||||
CONTROL "Advanced SPU Logic (reboot game after changing)",IDC_SPU_ADVANCED,
|
CONTROL "Advanced SPU Logic (reboot game after changing)",IDC_SPU_ADVANCED,
|
||||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,197,74,177,10
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,197,74,177,10
|
||||||
LTEXT "This will be necessary to emulate sound capture (reverb and music visualization). This is costly, few games use it, and the effect is unnecessary. Enable it if your system has power to spare; check the Sound Viewer to see if the game is using capture.",IDC_STATIC,196,86,177,41
|
LTEXT "This will be necessary to emulate sound capture (reverb and music visualization). This is costly, few games use it, and the effect is unnecessary. Enable it if your system has power to spare; check the Sound Viewer to see if the game is using capture.",IDC_STATIC,196,86,177,41
|
||||||
LTEXT "Can cause deterministically visible changes to emulation in principle!!!",IDC_STATIC,196,127,177,17WS_BORDER
|
LTEXT "Can cause deterministically visible changes to emulation in principle!!!",IDC_STATIC,196,127,177,17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_SOUND_VIEW DIALOGEX 0, 0, 568, 269
|
IDD_SOUND_VIEW DIALOGEX 0, 0, 568, 269
|
||||||
|
@ -1257,7 +1257,7 @@ END
|
||||||
|
|
||||||
IDD_WIFISETTINGS DIALOGEX 0, 0, 331, 114
|
IDD_WIFISETTINGS DIALOGEX 0, 0, 331, 114
|
||||||
STYLE DS_SETFONT | DS_CENTER | WS_CAPTION | WS_SYSMENU
|
STYLE DS_SETFONT | DS_CENTER | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "Wi-fi settings"
|
CAPTION "Wifi settings"
|
||||||
FONT 8, "Ms Shell Dlg", 0, 0, 0x0
|
FONT 8, "Ms Shell Dlg", 0, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
DEFPUSHBUTTON "OK",IDOK,220,93,50,14
|
DEFPUSHBUTTON "OK",IDOK,220,93,50,14
|
||||||
|
@ -1265,7 +1265,7 @@ BEGIN
|
||||||
GROUPBOX "Infrastructure settings",IDC_STATIC,6,33,319,55
|
GROUPBOX "Infrastructure settings",IDC_STATIC,6,33,319,55
|
||||||
LTEXT "Bridge network adapter:",IDC_STATIC,12,52,306,8
|
LTEXT "Bridge network adapter:",IDC_STATIC,12,52,306,8
|
||||||
COMBOBOX IDC_BRIDGEADAPTER,12,68,306,45,CBS_DROPDOWNLIST | CBS_HASSTRINGS
|
COMBOBOX IDC_BRIDGEADAPTER,12,68,306,45,CBS_DROPDOWNLIST | CBS_HASSTRINGS
|
||||||
CONTROL "Enable Wi-fi Emulation",IDC_WIFI_ENABLED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,84,10
|
CONTROL "Enable Wifi Emulation",IDC_WIFI_ENABLED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,84,10
|
||||||
CONTROL "Compatibility Mode",IDC_WIFI_COMPAT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,127,13,84,10
|
CONTROL "Compatibility Mode",IDC_WIFI_COMPAT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,127,13,84,10
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -1738,7 +1738,7 @@ BEGIN
|
||||||
END
|
END
|
||||||
MENUITEM "&Control Config", IDM_CONFIG
|
MENUITEM "&Control Config", IDM_CONFIG
|
||||||
MENUITEM "&Hotkey Config", IDM_HOTKEY_CONFIG
|
MENUITEM "&Hotkey Config", IDM_HOTKEY_CONFIG
|
||||||
MENUITEM "&Wi-fi Settings", IDM_WIFISETTINGS
|
MENUITEM "&Wifi Settings", IDM_WIFISETTINGS
|
||||||
MENUITEM "&Path Settings", IDM_PATHSETTINGS
|
MENUITEM "&Path Settings", IDM_PATHSETTINGS
|
||||||
MENUITEM "Background Pause", IDC_BACKGROUNDPAUSE
|
MENUITEM "Background Pause", IDC_BACKGROUNDPAUSE
|
||||||
MENUITEM "Background Input", IDC_BACKGROUNDINPUT
|
MENUITEM "Background Input", IDC_BACKGROUNDINPUT
|
||||||
|
|
Loading…
Reference in New Issue