diff options
| author | 2015-05-29 13:56:58 -0700 | |
|---|---|---|
| committer | 2015-05-29 13:56:58 -0700 | |
| commit | fb597b6d68ea07b3b692f9108d4be9c23c8c2585 (patch) | |
| tree | 2bb6189f41188c654c8b85dfbf8156addb676ada | |
| parent | Merge pull request #828 from lioncash/seq (diff) | |
| parent | Documentation: Move doc-icon.png from the root to dist. (diff) | |
| download | yuzu-fb597b6d68ea07b3b692f9108d4be9c23c8c2585.tar.gz yuzu-fb597b6d68ea07b3b692f9108d4be9c23c8c2585.tar.xz yuzu-fb597b6d68ea07b3b692f9108d4be9c23c8c2585.zip | |
Merge pull request #817 from linkmauve/citra.ico
Move src/assets/citra.ico and doc-icon.png to dist
| -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" | |||
| 51 | # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo | 51 | # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo |
| 52 | # to the output directory. | 52 | # to the output directory. |
| 53 | 53 | ||
| 54 | PROJECT_LOGO = doc-icon.png | 54 | PROJECT_LOGO = dist/doc-icon.png |
| 55 | 55 | ||
| 56 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path | 56 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path |
| 57 | # into which the generated documentation will be written. If a relative path is | 57 | # into which the generated documentation will be written. If a relative path is |
diff --git a/src/assets/citra.ico b/dist/citra.ico index 4fef651e2..4fef651e2 100644 --- a/src/assets/citra.ico +++ b/dist/citra.ico | |||
| Binary files differ | |||
diff --git a/doc-icon.png b/dist/doc-icon.png index 420b1546f..420b1546f 100644 --- a/doc-icon.png +++ b/dist/doc-icon.png | |||
| Binary files differ | |||
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 @@ | |||
| 1 | ///////////////////////////////////////////////////////////////////////////// | 1 | ///////////////////////////////////////////////////////////////////////////// |
| 2 | // | 2 | // |
| 3 | // Icon | 3 | // Icon |
| 4 | // | 4 | // |
| 5 | 5 | ||
| 6 | // Icon with lowest ID value placed first to ensure application icon | 6 | // Icon with lowest ID value placed first to ensure application icon |
| 7 | // remains consistent on all systems. | 7 | // remains consistent on all systems. |
| 8 | GLFW_ICON ICON "..\\assets\\citra.ico" | 8 | GLFW_ICON ICON "..\\..\\dist\\citra.ico" |
| 9 | 9 | ||
diff --git a/src/citra_qt/citra-qt.rc b/src/citra_qt/citra-qt.rc index dd6f834f5..3c7239853 100644 --- a/src/citra_qt/citra-qt.rc +++ b/src/citra_qt/citra-qt.rc | |||
| Binary files differ | |||