From f0cc12aedb07bbeb241eb1947af8bcce94cd96fc Mon Sep 17 00:00:00 2001 From: norly Date: Sat, 15 Aug 2020 00:35:59 +0200 Subject: [PATCH 1/1] Don't hide the FS-UAE window This was meant to hide the inner workings of this script and make it more CLI like, but the result is that there is no indication of progress or worse yet, a hung emulation, until the scan completes (if ever). Thus, showing the window gives the user important feedback. --- amiga-uae-virus-scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amiga-uae-virus-scan.sh b/amiga-uae-virus-scan.sh index dfabe88..481cde8 100755 --- a/amiga-uae-virus-scan.sh +++ b/amiga-uae-virus-scan.sh @@ -181,7 +181,7 @@ function write_uae_config() save_disk = 0 uae_sound_output = none video_sync = 1 - window_hidden = 1 + window_hidden = 0 zoom = full EOF -- 2.30.2