Update Switch Metadata and Icons

This commit is contained in:
Florian Märkl 2021-01-12 13:35:40 +01:00
parent 0b6e479e0b
commit bb4e5398b2
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 5 additions and 5 deletions

View file

@ -126,9 +126,9 @@ install(TARGETS chiaki-borealis
if(CHIAKI_IS_SWITCH)
add_nro_target(chiaki
chiaki-borealis
"chiaki"
"Chiaki team"
"Chiaki"
"H0neyBadger and thestr4ng3r"
"${CHIAKI_VERSION}"
"${CMAKE_SOURCE_DIR}/switch/res/icon.jpg"
"${CMAKE_SOURCE_DIR}/switch/res")
"${CMAKE_CURRENT_SOURCE_DIR}/nro_icon.jpg"
"${CMAKE_CURRENT_SOURCE_DIR}/res")
endif()

BIN
switch/nro_icon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
switch/nro_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

BIN
switch/res/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View file

@ -281,7 +281,7 @@ bool MainApplication::Load()
// Create a view
this->rootFrame = new brls::TabFrame();
this->rootFrame->setTitle("Chiaki: Open Source PlayStation Remote Play Client");
this->rootFrame->setIcon(BOREALIS_ASSET("icon.jpg"));
this->rootFrame->setIcon(BOREALIS_ASSET("icon.png"));
brls::List *config = new brls::List();
brls::List *add_host = new brls::List();