diff --git a/dist/suyu.bmp b/dist/suyu.bmp new file mode 100644 index 0000000000..98df2a0da5 Binary files /dev/null and b/dist/suyu.bmp differ diff --git a/dist/yuzu.bmp b/dist/yuzu.bmp deleted file mode 100644 index 66f2f696f0..0000000000 Binary files a/dist/yuzu.bmp and /dev/null differ diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index ebd8fd7387..13d4d5722f 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt @@ -35,7 +35,7 @@ if (MSVC) endif() target_link_libraries(yuzu-cmd PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads) -create_resource("../../dist/yuzu.bmp" "yuzu_cmd/yuzu_icon.h" "yuzu_icon") +create_resource("../../dist/suyu.bmp" "yuzu_cmd/yuzu_icon.h" "yuzu_icon") target_include_directories(yuzu-cmd PRIVATE ${RESOURCES_DIR}) target_link_libraries(yuzu-cmd PRIVATE SDL2::SDL2 Vulkan::Headers)