From b54e385632f1acbba78d56d32cb0bb18d239ad42 Mon Sep 17 00:00:00 2001 From: vgmoose Date: Wed, 27 Mar 2019 16:51:37 -0400 Subject: [PATCH] use banners only on *not* wii u --- gui/MainDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/MainDisplay.cpp b/gui/MainDisplay.cpp index 071bb67..2cce97d 100644 --- a/gui/MainDisplay.cpp +++ b/gui/MainDisplay.cpp @@ -187,7 +187,7 @@ bool MainDisplay::process(InputEvents* event) // TODO: generate a custom icon for this version with a color and name // no more default banners, just try to download the file (don't do this on Wii U) - #if defined(__WIIU__) + #if !defined(__WIIU__) downloadFileToDisk(*(current->repoUrl) + "/packages/" + current->pkg_name + "/screen.png", key_path + "/screen.png"); #endif