qt: Add 'Install to NAND' option to menu

Prompts for title type on NCA files.
This commit is contained in:
Zach Hilman
2018-08-09 21:33:13 -04:00
parent b67e751ccb
commit bfb945c243
5 changed files with 99 additions and 1 deletions

View File

@ -125,6 +125,7 @@ private slots:
void OnGameListOpenSaveFolder(u64 program_id);
void OnMenuLoadFile();
void OnMenuLoadFolder();
void OnMenuInstallToNAND();
/// Called whenever a user selects the "File->Select Game List Root" menu item
void OnMenuSelectGameListRoot();
void OnMenuRecentFile();