1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-28 06:56:29 -05:00

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;