mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 19:17:53 -05:00
qt/main: Port part of citra(#3411), open savedata works
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user