summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-04-23 08:35:12 -0400
committerGravatar Zach Hilman2019-09-21 16:43:10 -0400
commit2590b5a9ea51f6868cac4322b2e4984d65656541 (patch)
treec7d2be3ecac40031e3b34950710b0d234e7e0385 /src/core
parentsettings: Add options for setting storage sizes (diff)
downloadyuzu-2590b5a9ea51f6868cac4322b2e4984d65656541.tar.gz
yuzu-2590b5a9ea51f6868cac4322b2e4984d65656541.tar.xz
yuzu-2590b5a9ea51f6868cac4322b2e4984d65656541.zip
settings: Add options for managing gamecard emulation
Diffstat (limited to 'src/core')
-rw-r--r--src/core/settings.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 51363fc51..47bddfb30 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -407,8 +407,9 @@ struct Values {
407 407
408 // Data Storage 408 // Data Storage
409 bool use_virtual_sd; 409 bool use_virtual_sd;
410 std::string nand_dir; 410 bool gamecard_inserted;
411 std::string sdmc_dir; 411 bool gamecard_current_game;
412 std::string gamecard_path;
412 NANDTotalSize nand_total_size; 413 NANDTotalSize nand_total_size;
413 NANDSystemSize nand_system_size; 414 NANDSystemSize nand_system_size;
414 NANDUserSize nand_user_size; 415 NANDUserSize nand_user_size;