mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 19:17:53 -05:00
qt: Add UI options to change NAND/SD dirs
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user