summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2020-04-14 02:56:22 +0200
committerFearlessTobi <thm.frey@gmail.com>2020-04-14 02:56:22 +0200
commitc2bf91156a30d12cee6d36bedf1b1c9241a2a927 (patch)
treedeee8a55e2db3715326193a90176d51af8b5d2cb /src/yuzu/main.h
parent7e4a132a77fd1c2d48b1410ac1f1da81869daa90 (diff)
yuzu/main: Add better popup texts and remove duplicated actions
Makes popup texts more compact and clear and also links our quickstart guide now. Also removes OnMenuSelectEmulatedDirectory from the File dropdown, as the action already exists in the Filesystem tab and provides better visual feedback there.
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index a67125567..0b750689d 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -196,8 +196,6 @@ private slots:
void OnMenuLoadFile();
void OnMenuLoadFolder();
void OnMenuInstallToNAND();
- /// Called whenever a user select the "File->Select -- Directory" where -- is NAND or SD Card
- void OnMenuSelectEmulatedDirectory(EmulatedDirectoryTarget target);
void OnMenuRecentFile();
void OnConfigure();
void OnLoadAmiibo();