diff options
author | boludoz <francomaro@gmail.com> | 2023-10-15 03:16:29 -0300 |
---|---|---|
committer | boludoz <francomaro@gmail.com> | 2023-10-15 03:16:29 -0300 |
commit | 0a75519ab590e250c94dc04b3f6072a69ef7e96b (patch) | |
tree | 54deace8df1a942d1c7f04a80b13c56714a59ff7 /src/yuzu/util/util.cpp | |
parent | 3062a35eb1297067446156c43e9d0df2f684edff (diff) |
Fixes and improvements
Diffstat (limited to 'src/yuzu/util/util.cpp')
-rw-r--r-- | src/yuzu/util/util.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/util/util.cpp b/src/yuzu/util/util.cpp index 4d199ebd1..9755004ad 100644 --- a/src/yuzu/util/util.cpp +++ b/src/yuzu/util/util.cpp @@ -144,7 +144,7 @@ bool SaveIconToFile(const QImage& image, const std::filesystem::path& icon_path) } return true; -#endif - +#else return false; +#endif } |