diff options
| -rw-r--r-- | Doxyfile | 2 | ||||
| -rw-r--r-- | dist/citra.ico (renamed from src/assets/citra.ico) | bin | 509287 -> 509287 bytes | |||
| -rw-r--r-- | dist/doc-icon.png (renamed from doc-icon.png) | bin | 8791 -> 8791 bytes | |||
| -rw-r--r-- | src/citra/citra.rc | 18 | ||||
| -rw-r--r-- | src/citra_qt/citra-qt.rc | bin | 566 -> 275 bytes | 
5 files changed, 10 insertions, 10 deletions
@@ -51,7 +51,7 @@ PROJECT_BRIEF          = "Nintendo 3DS emulator/debugger"  # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo  # to the output directory. -PROJECT_LOGO           = doc-icon.png +PROJECT_LOGO           = dist/doc-icon.png  # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path  # into which the generated documentation will be written. If a relative path is diff --git a/src/assets/citra.ico b/dist/citra.ico Binary files differindex 4fef651e2..4fef651e2 100644 --- a/src/assets/citra.ico +++ b/dist/citra.ico diff --git a/doc-icon.png b/dist/doc-icon.png Binary files differindex 420b1546f..420b1546f 100644 --- a/doc-icon.png +++ b/dist/doc-icon.png diff --git a/src/citra/citra.rc b/src/citra/citra.rc index 0165e93da..b0edb2e6b 100644 --- a/src/citra/citra.rc +++ b/src/citra/citra.rc @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////
 -//
 -// Icon
 -//
 -
 -// Icon with lowest ID value placed first to ensure application icon
 -// remains consistent on all systems.
 -GLFW_ICON               ICON                    "..\\assets\\citra.ico"
 -
 +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +GLFW_ICON               ICON                    "..\\..\\dist\\citra.ico" + diff --git a/src/citra_qt/citra-qt.rc b/src/citra_qt/citra-qt.rc Binary files differindex dd6f834f5..3c7239853 100644 --- a/src/citra_qt/citra-qt.rc +++ b/src/citra_qt/citra-qt.rc  | 
