diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-22 01:30:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 01:30:08 -0400 |
commit | b38d67d940ddd4c03d833dc443126609e0981987 (patch) | |
tree | faf5f641c5d21df58b18fd22f1ece2af6f964083 /src/yuzu/main.h | |
parent | cea627b0fc109ee27b3d0cabd8f803c8c2c2ac8b (diff) | |
parent | cc71832b19ed9d3579160ddb8fe6e4f9a8269553 (diff) |
Merge pull request #1136 from tech4me/master
qt/main: Port part of citra(#3411), open savedata works
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 0534d4f99..d1d34552b 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -21,6 +21,7 @@ class GRenderWindow; class MicroProfileDialog; class ProfilerWidget; class WaitTreeWidget; +enum class GameListOpenTarget; namespace Tegra { class DebugContext; @@ -122,7 +123,7 @@ private slots: void OnStopGame(); /// Called whenever a user selects a game in the game list widget. void OnGameListLoadFile(QString game_path); - void OnGameListOpenSaveFolder(u64 program_id); + void OnGameListOpenFolder(u64 program_id, GameListOpenTarget target); void OnMenuLoadFile(); void OnMenuLoadFolder(); void OnMenuInstallToNAND(); |