settings: Save and load NAND/SD dirs from config
This commit is contained in:
@ -127,6 +127,8 @@ struct Values {
|
||||
|
||||
// Data Storage
|
||||
bool use_virtual_sd;
|
||||
std::string nand_dir;
|
||||
std::string sdmc_dir;
|
||||
|
||||
// Renderer
|
||||
float resolution_factor;
|
||||
|
Reference in New Issue
Block a user