From 8d557c46add07107a5fe51b5e466e44c61ba79b8 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sun, 21 Apr 2024 22:33:43 +0900 Subject: [PATCH] RPCS3: added a warning for background windows duiring rpcs3 firmware download [skip ci] --- tools/configurator.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configurator.sh b/tools/configurator.sh index e00747f5..90060ba1 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -612,6 +612,8 @@ configurator_retrodeck_tools_dialog() { --icon-name=net.retrodeck.retrodeck \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ --title="Downloading PS3 Firmware" \ + --width=400 --height=200 \ + --text="If it feels like this is taking too much time, please ensure there aren't any windows that unexpectedly slipped into the background and need attention.\n\n" \ --no-cancel \ --auto-close else