From 3e7eecf3e032e1b574b6d6b9e5d98be1fade863c Mon Sep 17 00:00:00 2001 From: Kappa971 <62349018+Kappa971@users.noreply.github.com> Date: Fri, 29 Aug 2025 00:49:16 +0200 Subject: [PATCH 1/2] Update Italian translation --- src/qt/languages/it-IT.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/qt/languages/it-IT.po b/src/qt/languages/it-IT.po index 9ad2559ee..f0806bf7b 100644 --- a/src/qt/languages/it-IT.po +++ b/src/qt/languages/it-IT.po @@ -1684,7 +1684,7 @@ msgid "&NIC %1 (%2) %3" msgstr "&Scheda di rete %1 (%2) %3" msgid "Render behavior" -msgstr "Comportamento renderizzazione" +msgstr "Impostazioni di renderizzazione" msgid "Use target framerate:" msgstr "Utilizza l'obiettivo &fotogrammi:" @@ -2932,7 +2932,7 @@ msgid "The system will not be added." msgstr "Il sistema non verrà aggiunto." msgid "&Update mouse every CPU frame" -msgstr "&Aggiorna stato del mouse ad ogni blocco della CPU" +msgstr "Forza &aggiornamento stato del mouse" msgid "Hue" msgstr "Tinta" @@ -2968,16 +2968,16 @@ msgid "EDID file \"%ls\" is too large." msgstr "Il file EDID \"%ls\" è troppo grande." msgid "OpenGL input scale" -msgstr "Scala di input di OpenGL" +msgstr "Scala ingresso OpenGL" msgid "OpenGL input stretch mode" -msgstr "Modalità di allungamento dell'input di OpenGL" +msgstr "Modalità adattamento ingresso OpenGL" msgid "Color scheme" -msgstr "Combinazione di colori" +msgstr "Modalità colori" msgid "Light" -msgstr "Luce" +msgstr "Chiara" msgid "Dark" -msgstr "Scuro" +msgstr "Scura" From 827650d02b65ef2a2ce0da35f9ed47d0b57cc401 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 29 Aug 2025 02:37:51 +0200 Subject: [PATCH 2/2] Alfredo: Fix KBC P1 readout, fixes #6096. --- src/machine/machine_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index 6fc09e548..a707119f4 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -9825,7 +9825,7 @@ const machine_t machines[] = { .default_jumpered_ecp_dma = -1, .kbc_device = &kbc_at_device, .kbc_params = KBC_VEN_PHOENIX | 0x00012900, /* Guess. */ - .kbc_p1 = 0x00000cf0, + .kbc_p1 = 0x00000ce0, .gpio = 0xffffffff, .gpio_acpi = 0xffffffff, .device = NULL,