Skip to content
Snippets Groups Projects
Commit 746fcf5a authored by bunnei's avatar bunnei
Browse files

Merge pull request #338 from chinhodado/master

Add citra icon to executable and window title in Windows
parents c072095a 3aeb5970
No related branches found
No related tags found
No related merge requests found
src/assets/citra.ico

497 KiB

...@@ -2,6 +2,7 @@ set(SRCS ...@@ -2,6 +2,7 @@ set(SRCS
emu_window/emu_window_glfw.cpp emu_window/emu_window_glfw.cpp
citra.cpp citra.cpp
config.cpp config.cpp
citra.rc
) )
set(HEADERS set(HEADERS
emu_window/emu_window_glfw.h emu_window/emu_window_glfw.h
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -17,6 +17,7 @@ set(SRCS ...@@ -17,6 +17,7 @@ set(SRCS
bootmanager.cpp bootmanager.cpp
hotkeys.cpp hotkeys.cpp
main.cpp main.cpp
citra-qt.rc
) )
set(HEADERS set(HEADERS
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment