diff options
author | Jannik Vogel <email@jannikvogel.de> | 2016-12-04 23:34:44 +0100 |
---|---|---|
committer | Jannik Vogel <email@jannikvogel.de> | 2016-12-05 19:09:16 +0100 |
commit | d2c39bdb295fae07c700975f89e9a06a9ef3f7f2 (patch) | |
tree | f79f9521f0d3c6e3bc6127af89a847acfc2fe48f /src | |
parent | Support mingw cross-compile (diff) | |
download | yuzu-d2c39bdb295fae07c700975f89e9a06a9ef3f7f2.tar yuzu-d2c39bdb295fae07c700975f89e9a06a9ef3f7f2.tar.gz yuzu-d2c39bdb295fae07c700975f89e9a06a9ef3f7f2.tar.bz2 yuzu-d2c39bdb295fae07c700975f89e9a06a9ef3f7f2.tar.lz yuzu-d2c39bdb295fae07c700975f89e9a06a9ef3f7f2.tar.xz yuzu-d2c39bdb295fae07c700975f89e9a06a9ef3f7f2.tar.zst yuzu-d2c39bdb295fae07c700975f89e9a06a9ef3f7f2.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/citra/citra.rc | 2 | ||||
-rw-r--r-- | src/citra_qt/citra-qt.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/citra/citra.rc b/src/citra/citra.rc index 86ad2c643..fea603004 100644 --- a/src/citra/citra.rc +++ b/src/citra/citra.rc @@ -5,5 +5,5 @@ // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -GLFW_ICON ICON "../../dist/citra.ico" +CITRA_ICON ICON "../../dist/citra.ico" diff --git a/src/citra_qt/citra-qt.rc b/src/citra_qt/citra-qt.rc index 6a61ff811..fea603004 100644 --- a/src/citra_qt/citra-qt.rc +++ b/src/citra_qt/citra-qt.rc @@ -5,5 +5,5 @@ // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON1 ICON "../../dist/citra.ico" +CITRA_ICON ICON "../../dist/citra.ico" |