diff options
| author | bunnei <bunneidev@gmail.com> | 2018-12-10 21:52:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-10 21:52:19 -0500 |
| commit | 2c45c6d23431021efb1053abcb40064256aac338 (patch) | |
| tree | edd00a30fa32460e8158992d53768038e83141dc /src/yuzu/game_list.h | |
| parent | 9eb9b344c7566b529fb3a7ac0feca86213c00d81 (diff) | |
| parent | f6f65035785479934ddd443a9236ec142b7a0ed6 (diff) | |
Merge pull request #1819 from DarkLordZach/disable-addons
patch_manager: Add support for disabling patches
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); |
