Skip to content

Commit

Permalink
use banners only on *not* wii u
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Mar 27, 2019
1 parent a0a9681 commit b54e385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/MainDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

This comment has been minimized.

Copy link
@juicedd31

juicedd31 Aug 28, 2019

copy appstore.nro to sd:/switch/appstore/appstore.nro, and run via hbmenu

downloadFileToDisk(*(current->repoUrl) + "/packages/" + current->pkg_name + "/screen.png", key_path + "/screen.png");
#endif

Expand Down

0 comments on commit b54e385

Please sign in to comment.