mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 08:27:57 -05:00
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