settings: Save and load NAND/SD dirs from config

This commit is contained in:
Zach Hilman 2018-09-01 14:49:07 -04:00
parent 9cfe2414cb
commit b2268f1f8d
3 changed files with 26 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;