diff options
author | boludoz <[email protected]> | 2023-10-16 03:26:40 -0300 |
---|---|---|
committer | boludoz <[email protected]> | 2023-10-16 03:26:40 -0300 |
commit | 26417da5d36ea5aae4410a5c35405e27f39661d2 (patch) | |
tree | 52389e95589cf6ec21a62495093691498c470815 /src/yuzu/main.h | |
parent | 74961d4dfb394c098da494f6beacdd994c089566 (diff) | |
download | yuzu-mainline-26417da5d36ea5aae4410a5c35405e27f39661d2.tar.gz yuzu-mainline-26417da5d36ea5aae4410a5c35405e27f39661d2.zip |
Some improvements (suggestions)
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index d7426607f..d3a1bf5b9 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -444,7 +444,7 @@ private: QString GetTasStateDescription() const; bool CreateShortcutMessagesGUI(QWidget* parent, const int& imsg, const std::string title); bool MakeShortcutIcoPath(const u64 program_id, const std::string_view game_file_name, - std::filesystem::path& icons_path); + std::filesystem::path& out_icon_path); bool CreateShortcutLink(const std::filesystem::path& shortcut_path, const std::string& comment, const std::filesystem::path& icon_path, const std::filesystem::path& command, const std::string& arguments, |