From 6cf9f1a98d668daeb8bb01226711ae7dcca0e2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mercan=20K=C3=B6m=C3=BCr?= Date: Tue, 7 May 2019 23:49:29 +0300 Subject: [PATCH 1/2] typo related updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since full text unable to read when it was 35, changed to 71, so its readable right now. Typo corrected Added Windows Border to sound setting to make it more important “Wi-fi” is used to certify the interoperability of wireless computer networking devices. So Wifi changed to Wi-fi --- desmume/src/frontend/windows/resources.rc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/desmume/src/frontend/windows/resources.rc b/desmume/src/frontend/windows/resources.rc index 4c28cf5bc..56d7c6781 100755 --- a/desmume/src/frontend/windows/resources.rc +++ b/desmume/src/frontend/windows/resources.rc @@ -1020,7 +1020,7 @@ CAPTION "Sound Settings" FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN GROUPBOX "Synchronization Mode",IDC_STATIC,13,8,173,80 - CONTROL "Dual SPU Synch/Asynch (traditional)",IDC_SYNCHMODE_DUAL, + CONTROL "Dual SPU Synch/Async (traditional)",IDC_SYNCHMODE_DUAL, "Button",BS_AUTORADIOBUTTON | WS_GROUP,22,18,132,10 CONTROL "Synchronous (sometimes needed for streams)",IDC_SYNCHMODE_SYNCH, "Button",BS_AUTORADIOBUTTON,21,28,158,10 @@ -1046,7 +1046,7 @@ BEGIN CONTROL "Advanced SPU Logic (reboot game after changing)",IDC_SPU_ADVANCED, "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 "Can cause deterministically visible changes to emulation in principle!!!",IDC_STATIC,196,127,177,17 + LTEXT "Can cause deterministically visible changes to emulation in principle!!!",IDC_STATIC,196,127,177,17WS_BORDER END IDD_SOUND_VIEW DIALOGEX 0, 0, 568, 269 @@ -1257,7 +1257,7 @@ END IDD_WIFISETTINGS DIALOGEX 0, 0, 331, 114 STYLE DS_SETFONT | DS_CENTER | WS_CAPTION | WS_SYSMENU -CAPTION "Wifi settings" +CAPTION "Wi-fi settings" FONT 8, "Ms Shell Dlg", 0, 0, 0x0 BEGIN DEFPUSHBUTTON "OK",IDOK,220,93,50,14 @@ -1265,7 +1265,7 @@ BEGIN GROUPBOX "Infrastructure settings",IDC_STATIC,6,33,319,55 LTEXT "Bridge network adapter:",IDC_STATIC,12,52,306,8 COMBOBOX IDC_BRIDGEADAPTER,12,68,306,45,CBS_DROPDOWNLIST | CBS_HASSTRINGS - CONTROL "Enable WiFi Emulation",IDC_WIFI_ENABLED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,84,10 + CONTROL "Enable Wi-fi 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 END @@ -1430,7 +1430,7 @@ IDD_SLOT1_R4 DIALOGEX 7, 64, 302, 89 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - CONTROL "Directory to scan:",IDC_R4_FOLDER,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,9,22,35,10 + CONTROL "Directory to scan:",IDC_R4_FOLDER,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,9,22,71,10 CONTROL "use path of the loaded ROM (not the same as ""ROM path"" in path configuration)",IDC_R4_ROM, "Button",BS_AUTORADIOBUTTON,9,53,272,10 PUSHBUTTON "Browse...",IDC_BROWSE,245,33,50,14 @@ -1738,7 +1738,7 @@ BEGIN END MENUITEM "&Control Config", IDM_CONFIG MENUITEM "&Hotkey Config", IDM_HOTKEY_CONFIG - MENUITEM "&Wifi Settings", IDM_WIFISETTINGS + MENUITEM "&Wi-fi Settings", IDM_WIFISETTINGS MENUITEM "&Path Settings", IDM_PATHSETTINGS MENUITEM "Background Pause", IDC_BACKGROUNDPAUSE MENUITEM "Background Input", IDC_BACKGROUNDINPUT From 8a826d4230f67001badf1f7497072c843f17e823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mercan=20K=C3=B6m=C3=BCr?= Date: Wed, 8 May 2019 00:38:15 +0300 Subject: [PATCH 2/2] Update resources.rc --- desmume/src/frontend/windows/resources.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desmume/src/frontend/windows/resources.rc b/desmume/src/frontend/windows/resources.rc index 56d7c6781..acf533034 100755 --- a/desmume/src/frontend/windows/resources.rc +++ b/desmume/src/frontend/windows/resources.rc @@ -1046,7 +1046,7 @@ BEGIN CONTROL "Advanced SPU Logic (reboot game after changing)",IDC_SPU_ADVANCED, "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 "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 IDD_SOUND_VIEW DIALOGEX 0, 0, 568, 269 @@ -1257,7 +1257,7 @@ END IDD_WIFISETTINGS DIALOGEX 0, 0, 331, 114 STYLE DS_SETFONT | DS_CENTER | WS_CAPTION | WS_SYSMENU -CAPTION "Wi-fi settings" +CAPTION "Wifi settings" FONT 8, "Ms Shell Dlg", 0, 0, 0x0 BEGIN DEFPUSHBUTTON "OK",IDOK,220,93,50,14 @@ -1265,7 +1265,7 @@ BEGIN GROUPBOX "Infrastructure settings",IDC_STATIC,6,33,319,55 LTEXT "Bridge network adapter:",IDC_STATIC,12,52,306,8 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 END @@ -1738,7 +1738,7 @@ BEGIN END MENUITEM "&Control Config", IDM_CONFIG MENUITEM "&Hotkey Config", IDM_HOTKEY_CONFIG - MENUITEM "&Wi-fi Settings", IDM_WIFISETTINGS + MENUITEM "&Wifi Settings", IDM_WIFISETTINGS MENUITEM "&Path Settings", IDM_PATHSETTINGS MENUITEM "Background Pause", IDC_BACKGROUNDPAUSE MENUITEM "Background Input", IDC_BACKGROUNDINPUT