diff options
author | bunnei <bunneidev@gmail.com> | 2018-03-23 15:29:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-23 15:29:14 -0400 |
commit | 7ce4a031881b5e1182285b4d93800ae92b26cc6d (patch) | |
tree | a2f30f7f02e1d91f61c7c024f805986fba5199e2 /src | |
parent | 633abd5a949c20a545a5fbfab6f2839d09a44e9e (diff) | |
parent | 5ded39f5d8b9c222304704151b24c33db2c6e9bd (diff) |
Merge pull request #269 from N00byKing/icontoyuzu
CITRA_ICON -> YUZU_ICON
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu_cmd/yuzu.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/yuzu.rc b/src/yuzu_cmd/yuzu.rc index 7cb8a14e1..7de8ef3d9 100644 --- a/src/yuzu_cmd/yuzu.rc +++ b/src/yuzu_cmd/yuzu.rc @@ -6,7 +6,7 @@ // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -CITRA_ICON ICON "../../dist/yuzu.ico" +YUZU_ICON ICON "../../dist/yuzu.ico" ///////////////////////////////////////////////////////////////////////////// |