summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-04 17:54:22 +0200
committerGitHub <noreply@github.com>2018-09-04 17:54:22 +0200
commited37b68fb5717f173b617f888980c012dc5c6a04 (patch)
tree02a7d5b6df882dca1dccf848a8e35fc49a223ce8 /src/core
parentMerge pull request #1232 from lioncash/copy (diff)
parentqt: Add message about not moving contents on dir change (diff)
downloadyuzu-ed37b68fb5717f173b617f888980c012dc5c6a04.tar
yuzu-ed37b68fb5717f173b617f888980c012dc5c6a04.tar.gz
yuzu-ed37b68fb5717f173b617f888980c012dc5c6a04.tar.bz2
yuzu-ed37b68fb5717f173b617f888980c012dc5c6a04.tar.lz
yuzu-ed37b68fb5717f173b617f888980c012dc5c6a04.tar.xz
yuzu-ed37b68fb5717f173b617f888980c012dc5c6a04.tar.zst
yuzu-ed37b68fb5717f173b617f888980c012dc5c6a04.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index ed6f42471..5bf1863e6 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -127,6 +127,8 @@ struct Values {
// Data Storage
bool use_virtual_sd;
+ std::string nand_dir;
+ std::string sdmc_dir;
// Renderer
float resolution_factor;