aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/game_list.h')
-rw-r--r--src/yuzu/game_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h
index a2b58aba5..cf5bd3a39 100644
--- a/src/yuzu/game_list.h
+++ b/src/yuzu/game_list.h
@@ -80,7 +80,7 @@ signals:
void NavigateToGamedbEntryRequested(u64 program_id,
const CompatibilityList& compatibility_list);
void OpenPerGameGeneralRequested(const std::string& file);
- void OpenDirectory(QString directory);
+ void OpenDirectory(const QString& directory);
void AddDirectory();
void ShowList(bool show);