From 1ff3318458e15e68b5a5946c8d395d625692637a Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sat, 1 Sep 2018 14:49:18 -0400 Subject: qt: Add UI options to change NAND/SD dirs --- src/yuzu/main.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/yuzu/main.h') diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 3d6ebe329..b85149f8e 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -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(); -- cgit v1.2.3