diff options
| author | 2018-09-04 11:54:22 -0400 | |
|---|---|---|
| committer | 2018-09-04 11:54:22 -0400 | |
| commit | ed37b68fb5717f173b617f888980c012dc5c6a04 (patch) | |
| tree | 02a7d5b6df882dca1dccf848a8e35fc49a223ce8 /src/core | |
| parent | Merge pull request #1232 from lioncash/copy (diff) | |
| parent | qt: Add message about not moving contents on dir change (diff) | |
| download | yuzu-ed37b68fb5717f173b617f888980c012dc5c6a04.tar.gz yuzu-ed37b68fb5717f173b617f888980c012dc5c6a04.tar.xz yuzu-ed37b68fb5717f173b617f888980c012dc5c6a04.zip | |
Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirs
file_sys: Allow for custom NAND/SD directories
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/settings.h | 2 |
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; |