diff options
author | Zach Hilman <[email protected]> | 2018-12-04 13:34:46 -0500 |
---|---|---|
committer | Zach Hilman <[email protected]> | 2018-12-04 13:34:50 -0500 |
commit | f6f65035785479934ddd443a9236ec142b7a0ed6 (patch) | |
tree | 907ea82eefbe73ace97e2feb1d5dc88158885b01 /src/yuzu/game_list.h | |
parent | 60e27252a52e9cb4f2d9671036c0bfc811979a15 (diff) | |
download | yuzu-android-f6f65035785479934ddd443a9236ec142b7a0ed6.tar.gz yuzu-android-f6f65035785479934ddd443a9236ec142b7a0ed6.zip |
qt: Add Properties menu to game list right-click
Diffstat (limited to 'src/yuzu/game_list.h')
-rw-r--r-- | src/yuzu/game_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h index 05e115e19..b317eb2fc 100644 --- a/src/yuzu/game_list.h +++ b/src/yuzu/game_list.h @@ -70,6 +70,7 @@ signals: void CopyTIDRequested(u64 program_id); void NavigateToGamedbEntryRequested(u64 program_id, const CompatibilityList& compatibility_list); + void OpenPerGameGeneralRequested(const std::string& file); private slots: void onTextChanged(const QString& newText); |