diff options
author | James Rowe <jroweboy@gmail.com> | 2018-01-11 21:56:15 -0700 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2018-01-12 19:11:05 -0700 |
commit | 18ca3ca751ad1596524e473f0ad56253ad4b006f (patch) | |
tree | 5e34ebea9c5385a9649603ee1f92f59f92c063ba /src/yuzu/CMakeLists.txt | |
parent | f5f28a4f6773e00e0f53454e881fb6d46dfbe6da (diff) |
Removing unused settings and yuzu rebranding
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 02953f1e6..95d521706 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -21,7 +21,7 @@ set(SRCS hotkeys.cpp main.cpp ui_settings.cpp - citra-qt.rc + yuzu.rc Info.plist ) |