Config support for Softfloat FPU in win32 ui
This commit is contained in:
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Zapnuta (místní čas)"
|
||||
#define STR_ENABLED_UTC "Zapnuta (UTC)"
|
||||
#define STR_DYNAREC "Dynamický překladač"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Grafika:"
|
||||
#define STR_VIDEO_2 "Grafika 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Aktiviert (Lokale Uhrzeit)"
|
||||
#define STR_ENABLED_UTC "Aktiviert (UTC)"
|
||||
#define STR_DYNAREC "Dynamischer Recompiler"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Videokarte:"
|
||||
#define STR_VIDEO_2 "Videokarte 2:"
|
||||
|
||||
@@ -232,20 +232,25 @@ BEGIN
|
||||
CFG_HMARGIN, 120, 120, CFG_CHECKBOX_HEIGHT
|
||||
#endif
|
||||
|
||||
CONTROL STR_SOFTFLOAT, IDC_CHECK_SOFTFLOAT,
|
||||
"Button", BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
CFG_HMARGIN, 135, 120, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
|
||||
GROUPBOX STR_TIME_SYNC, IDC_TIME_SYNC,
|
||||
CFG_HMARGIN, 135, 110, 56
|
||||
CFG_HMARGIN, 150, 110, 56
|
||||
|
||||
CONTROL STR_DISABLED, IDC_RADIO_TS_DISABLED,
|
||||
"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,
|
||||
14, 147, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
14, 162, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
CONTROL STR_ENABLED_LOCAL, IDC_RADIO_TS_LOCAL,
|
||||
"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,
|
||||
14, 161, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
14, 176, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
|
||||
CONTROL STR_ENABLED_UTC, IDC_RADIO_TS_UTC,
|
||||
"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,
|
||||
14, 175, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
14, 190, CFG_CHECKBOX_PRI_WIDTH, CFG_CHECKBOX_HEIGHT
|
||||
END
|
||||
|
||||
DLG_CFG_VIDEO DIALOG DISCARDABLE CFG_PANE_LEFT, CFG_PANE_TOP, CFG_PANE_WIDTH, CFG_PANE_HEIGHT
|
||||
@@ -974,6 +979,7 @@ END
|
||||
#undef STR_ENABLED_LOCAL
|
||||
#undef STR_ENABLED_UTC
|
||||
#undef STR_DYNAREC
|
||||
#undef STR_SOFTFLOAT
|
||||
|
||||
#undef STR_VIDEO
|
||||
#undef STR_VIDEO_2
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Enabled (local time)"
|
||||
#define STR_ENABLED_UTC "Enabled (UTC)"
|
||||
#define STR_DYNAREC "Dynamic Recompiler"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Video:"
|
||||
#define STR_VIDEO_2 "Video 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Enabled (local time)"
|
||||
#define STR_ENABLED_UTC "Enabled (UTC)"
|
||||
#define STR_DYNAREC "Dynamic Recompiler"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Video:"
|
||||
#define STR_VIDEO_2 "Video 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Habilitado (hora local)"
|
||||
#define STR_ENABLED_UTC "Habilitado (UTC)"
|
||||
#define STR_DYNAREC "Recompilador Dinámico"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Vídeo:"
|
||||
#define STR_VIDEO_2 "Vídeo 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Käytössä (paikallinen)"
|
||||
#define STR_ENABLED_UTC "Käytössä (UTC)"
|
||||
#define STR_DYNAREC "Dynaaminen uudelleenkääntäjä"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Näytönohjain:"
|
||||
#define STR_VIDEO_2 "Näytönohjain 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Activé (heure locale)"
|
||||
#define STR_ENABLED_UTC "Activé (UTC)"
|
||||
#define STR_DYNAREC "Recompilateur dynamique"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Vidéo:"
|
||||
#define STR_VIDEO_2 "Vidéo 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Uključeno (lokalno vrijeme)"
|
||||
#define STR_ENABLED_UTC "Uključeno (UTC)"
|
||||
#define STR_DYNAREC "Dinamički rekompilator"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Video:"
|
||||
#define STR_VIDEO_2 "Video 2:"
|
||||
|
||||
@@ -283,6 +283,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Engedélyezve (helyi idő)"
|
||||
#define STR_ENABLED_UTC "Engedélyezve (UTC)"
|
||||
#define STR_DYNAREC "Dinamikus újrafordítás"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Videokártya:"
|
||||
#define STR_VIDEO_2 "Videokártya 2:"
|
||||
|
||||
@@ -279,6 +279,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Abilitata (ora locale)"
|
||||
#define STR_ENABLED_UTC "Abilitata (UTC)"
|
||||
#define STR_DYNAREC "Ricompilatore dinamico"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Video:"
|
||||
#define STR_VIDEO_2 "Video 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "有効にする (現地時間)"
|
||||
#define STR_ENABLED_UTC "有効にする (UTC)"
|
||||
#define STR_DYNAREC "動的リコンパイラ"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "ビデオカード:"
|
||||
#define STR_VIDEO_2 "ビデオカード 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "사용 (현지 시간)"
|
||||
#define STR_ENABLED_UTC "사용 (UTC)"
|
||||
#define STR_DYNAREC "동적 재컴파일"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "비디오 카드:"
|
||||
#define STR_VIDEO_2 "비디오 카드 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Włączona (czas lokalny)"
|
||||
#define STR_ENABLED_UTC "Włączona (UTC)"
|
||||
#define STR_DYNAREC "Dynamiczny rekompilator"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Wideo:"
|
||||
#define STR_VIDEO_2 "Wideo 2:"
|
||||
|
||||
@@ -281,6 +281,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Ativar (hora local)"
|
||||
#define STR_ENABLED_UTC "Ativar (UTC)"
|
||||
#define STR_DYNAREC "Recompilador dinâmico"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Vídeo:"
|
||||
#define STR_VIDEO_2 "Vídeo 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Ativada (hora local)"
|
||||
#define STR_ENABLED_UTC "Ativada (UTC)"
|
||||
#define STR_DYNAREC "Recompilador dinâmico"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Vídeo:"
|
||||
#define STR_VIDEO_2 "Vídeo 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Включить (местное)"
|
||||
#define STR_ENABLED_UTC "Включить (UTC)"
|
||||
#define STR_DYNAREC "Динамический рекомпилятор"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Видеокарта:"
|
||||
#define STR_VIDEO_2 "Видеокарта 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Omogočeno (lokalni čas)"
|
||||
#define STR_ENABLED_UTC "Omogočeno (UTC)"
|
||||
#define STR_DYNAREC "Dinamični prevajalnik"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Video:"
|
||||
#define STR_VIDEO_2 "Video 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Etkin (yerel zaman)"
|
||||
#define STR_ENABLED_UTC "Etkin (UTC)"
|
||||
#define STR_DYNAREC "Dinamik Derleyici"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Ekran kartı:"
|
||||
#define STR_VIDEO_2 "Ekran kartı 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "Увімкнути (місцеве)"
|
||||
#define STR_ENABLED_UTC "Увімкнути (UTC)"
|
||||
#define STR_DYNAREC "Динамічний рекомпілятор"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "Відеокарта:"
|
||||
#define STR_VIDEO_2 "Відеокарта 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "启用 (本地时间)"
|
||||
#define STR_ENABLED_UTC "启用 (UTC)"
|
||||
#define STR_DYNAREC "动态重编译器"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "显卡:"
|
||||
#define STR_VIDEO_2 "显卡 2:"
|
||||
|
||||
@@ -278,6 +278,7 @@ END
|
||||
#define STR_ENABLED_LOCAL "啟用 (本地時間)"
|
||||
#define STR_ENABLED_UTC "啟用 (UTC)"
|
||||
#define STR_DYNAREC "動態重編譯器"
|
||||
#define STR_SOFTFLOAT "Softfloat FPU"
|
||||
|
||||
#define STR_VIDEO "顯示卡:"
|
||||
#define STR_VIDEO_2 "顯示卡 2:"
|
||||
|
||||
Reference in New Issue
Block a user