summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorboludoz <francomaro@gmail.com>2023-10-16 16:01:46 -0300
committerboludoz <francomaro@gmail.com>2023-10-16 16:01:46 -0300
commit89d3e81be8b923711a548b0973276353392449a6 (patch)
tree7f0920c33d73e5087e93f3a3bde27db5b8cba933 /src/yuzu/main.h
parent71f264c498ec354ee1d1e520bd743d043e88c746 (diff)
Sugestions and fixes.
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index d3a1bf5b9..41902cc8d 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -442,7 +442,7 @@ private:
bool ConfirmShutdownGame();
QString GetTasStateDescription() const;
- bool CreateShortcutMessagesGUI(QWidget* parent, const int& imsg, const std::string title);
+ bool CreateShortcutMessagesGUI(QWidget* parent, int imsg, const QString& game_title);
bool MakeShortcutIcoPath(const u64 program_id, const std::string_view game_file_name,
std::filesystem::path& out_icon_path);
bool CreateShortcutLink(const std::filesystem::path& shortcut_path, const std::string& comment,