summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-22 07:30:08 +0200
committerGitHub <noreply@github.com>2018-08-22 07:30:08 +0200
commitb38d67d940ddd4c03d833dc443126609e0981987 (patch)
treefaf5f641c5d21df58b18fd22f1ece2af6f964083 /src/yuzu/main.h
parentMerge pull request #840 from FearlessTobi/port-3353 (diff)
parentqt/main: Port part of citra(#3411), open savedata works (diff)
downloadyuzu-b38d67d940ddd4c03d833dc443126609e0981987.tar
yuzu-b38d67d940ddd4c03d833dc443126609e0981987.tar.gz
yuzu-b38d67d940ddd4c03d833dc443126609e0981987.tar.bz2
yuzu-b38d67d940ddd4c03d833dc443126609e0981987.tar.lz
yuzu-b38d67d940ddd4c03d833dc443126609e0981987.tar.xz
yuzu-b38d67d940ddd4c03d833dc443126609e0981987.tar.zst
yuzu-b38d67d940ddd4c03d833dc443126609e0981987.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/main.h3
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();