diff options
| author | 2015-05-25 19:00:43 +0200 | |
|---|---|---|
| committer | 2015-05-25 19:00:43 +0200 | |
| commit | 87d9df89bb0bc9a536fd24ecadc2ac881fbe2972 (patch) | |
| tree | 19625b58876ba91526ef809887f850afc3fccb6c /src | |
| parent | Update bundled GLFW to 3.1.1 (diff) | |
| download | yuzu-87d9df89bb0bc9a536fd24ecadc2ac881fbe2972.tar.gz yuzu-87d9df89bb0bc9a536fd24ecadc2ac881fbe2972.tar.xz yuzu-87d9df89bb0bc9a536fd24ecadc2ac881fbe2972.zip | |
Assets: Move citra.ico from src/assets to dist.
Diffstat (limited to '')
| -rw-r--r-- | dist/citra.ico (renamed from src/assets/citra.ico) | bin | 509287 -> 509287 bytes | |||
| -rw-r--r-- | src/citra/citra.rc | 18 | ||||
| -rw-r--r-- | src/citra_qt/citra-qt.rc | bin | 566 -> 275 bytes |
3 files changed, 9 insertions, 9 deletions
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/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 | |||