diff --git a/switch/CMakeLists.txt b/switch/CMakeLists.txt index 89bd789..4916a2e 100644 --- a/switch/CMakeLists.txt +++ b/switch/CMakeLists.txt @@ -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() diff --git a/switch/nro_icon.jpg b/switch/nro_icon.jpg new file mode 100644 index 0000000..0ed61ec Binary files /dev/null and b/switch/nro_icon.jpg differ diff --git a/switch/nro_icon.png b/switch/nro_icon.png new file mode 100644 index 0000000..65d745e Binary files /dev/null and b/switch/nro_icon.png differ diff --git a/switch/res/icon.jpg b/switch/res/icon.jpg deleted file mode 100644 index cb515da..0000000 Binary files a/switch/res/icon.jpg and /dev/null differ diff --git a/switch/res/icon.png b/switch/res/icon.png new file mode 100644 index 0000000..5b2ad9c Binary files /dev/null and b/switch/res/icon.png differ diff --git a/switch/src/gui.cpp b/switch/src/gui.cpp index 2d0b71f..c23f470 100644 --- a/switch/src/gui.cpp +++ b/switch/src/gui.cpp @@ -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();