mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
settings: Save and load NAND/SD dirs from config
This commit is contained in:
parent
1eea9744f6
commit
d55a54e117
3 changed files with 26 additions and 0 deletions
|
@ -127,6 +127,8 @@ struct Values {
|
|||
|
||||
// Data Storage
|
||||
bool use_virtual_sd;
|
||||
std::string nand_dir;
|
||||
std::string sdmc_dir;
|
||||
|
||||
// Renderer
|
||||
float resolution_factor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue