Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirs

file_sys: Allow for custom NAND/SD directories
This commit is contained in:
bunnei 2018-09-04 11:54:22 -04:00 committed by GitHub
commit ed37b68fb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 79 additions and 0 deletions

View file

@ -127,6 +127,8 @@ struct Values {
// Data Storage
bool use_virtual_sd;
std::string nand_dir;
std::string sdmc_dir;
// Renderer
float resolution_factor;