qt: Add UI options to change NAND/SD dirs

This commit is contained in:
Zach Hilman
2018-09-01 14:49:18 -04:00
parent b2268f1f8d
commit 1ff3318458
3 changed files with 36 additions and 0 deletions

View File

@ -137,6 +137,9 @@ private slots:
void OnMenuInstallToNAND();
/// Called whenever a user selects the "File->Select Game List Root" menu item
void OnMenuSelectGameListRoot();
/// Called whenever a user select the "File->Select -- Directory" where -- is NAND or SD Card
/// (false for nand, true for sdmc)
void OnMenuSelectEmulatedDirectory(bool is_sdmc);
void OnMenuRecentFile();
void OnConfigure();
void OnAbout();