From cce77b8d11839f7ce51087b21bc2dcc60f744b8c Mon Sep 17 00:00:00 2001 From: Caio Oliveira Date: Thu, 5 Feb 2026 05:09:04 +0100 Subject: [PATCH] [frontend] Remove 19.0.1+ warnings (#3463) Signed-off-by: Caio Oliveira Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3463 Reviewed-by: Maufeat Reviewed-by: crueter Co-authored-by: Caio Oliveira Co-committed-by: Caio Oliveira --- src/android/app/src/main/res/values/strings.xml | 4 ++-- src/qt_common/qt_string_lookup.h | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml index 2967b3fcd1..d35ba4268e 100644 --- a/src/android/app/src/main/res/values/strings.xml +++ b/src/android/app/src/main/res/values/strings.xml @@ -381,9 +381,9 @@ Launch applications from the system home screen Applet launcher Launch system applets using installed firmware - Firmware not installed or invalid version + Firmware not installed Applet not available - prod.keys file and firmware are installed and try again.
Additionally, ensure your firmware is of version 19.0.1 or older.]]>
+ prod.keys file and firmware are installed and try again.]]> Album See images stored in the user screenshots folder with the system photo viewer Mii edit diff --git a/src/qt_common/qt_string_lookup.h b/src/qt_common/qt_string_lookup.h index 5a19fb00d3..5b7dbd5f0c 100644 --- a/src/qt_common/qt_string_lookup.h +++ b/src/qt_common/qt_string_lookup.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project // SPDX-License-Identifier: GPL-3.0-or-later #pragma once @@ -98,8 +98,7 @@ static const constexpr frozen::map strings = { {FwCheckErrorFirmwareMissing, QT_TR_NOOP( - "Firmware missing. Firmware is required to run certain games and use the Home Menu. " - "Versions 19.0.1 or earlier are recommended, as 20.0.0+ is currently experimental.")}, + "Firmware missing. Firmware is required to run certain games and use the Home Menu.")}, {FwCheckErrorFirmwareCorrupted, QT_TR_NOOP( "Firmware reported as present, but was unable to be read. Check for decryption keys and "