Bläddra i källkod

Merge branch 'dev' into 'dev'

Replace yuzu.bmp references

See merge request suyu-emu/suyu!25
Crimson Hawk 2 år sedan
förälder
incheckning
93102c4140
3 ändrade filer med 1 tillägg och 1 borttagningar
  1. BIN
      dist/suyu.bmp
  2. BIN
      dist/yuzu.bmp
  3. 1 1
      src/yuzu_cmd/CMakeLists.txt

BIN
dist/suyu.bmp


BIN
dist/yuzu.bmp


+ 1 - 1
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)