diff options
author | tech4me <guiwanglong@gmail.com> | 2018-08-20 21:46:40 -0700 |
---|---|---|
committer | tech4me <guiwanglong@gmail.com> | 2018-08-21 02:04:33 -0700 |
commit | cc71832b19ed9d3579160ddb8fe6e4f9a8269553 (patch) | |
tree | b92c24231393ccc10544b2fddef8017f8d7023e1 /src/yuzu/main.h | |
parent | bf89a99839abb30e33872b8401eae30cd95e7585 (diff) |
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 5f4d2ab9a..02df30878 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(); |