summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-09-01 14:49:07 -0400
committerGravatar Zach Hilman2018-09-03 19:23:33 -0400
commitb2268f1f8d51ee03fac4571c2e0d58641413e2fe (patch)
treec552886a0a696853380a01e3b7530fa0b54bf14c /src/core
parentMerge pull request #1233 from lioncash/dynarmic (diff)
downloadyuzu-b2268f1f8d51ee03fac4571c2e0d58641413e2fe.tar.gz
yuzu-b2268f1f8d51ee03fac4571c2e0d58641413e2fe.tar.xz
yuzu-b2268f1f8d51ee03fac4571c2e0d58641413e2fe.zip
settings: Save and load NAND/SD dirs from config
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 {
127 127
128 // Data Storage 128 // Data Storage
129 bool use_virtual_sd; 129 bool use_virtual_sd;
130 std::string nand_dir;
131 std::string sdmc_dir;
130 132
131 // Renderer 133 // Renderer
132 float resolution_factor; 134 float resolution_factor;