1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-31 16:36:34 -05:00

settings: Add options for managing gamecard emulation

This commit is contained in:
Zach Hilman
2019-04-23 08:35:12 -04:00
parent 918119ae1b
commit 2590b5a9ea
4 changed files with 67 additions and 2 deletions

View File

@@ -407,8 +407,9 @@ struct Values {
// Data Storage
bool use_virtual_sd;
std::string nand_dir;
std::string sdmc_dir;
bool gamecard_inserted;
bool gamecard_current_game;
std::string gamecard_path;
NANDTotalSize nand_total_size;
NANDSystemSize nand_system_size;
NANDUserSize nand_user_size;