From cc71832b19ed9d3579160ddb8fe6e4f9a8269553 Mon Sep 17 00:00:00 2001 From: tech4me Date: Mon, 20 Aug 2018 21:46:40 -0700 Subject: qt/main: Port part of citra(#3411), open savedata works --- src/yuzu/main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/yuzu/main.h') 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(); -- cgit v1.2.3