config: Added nand_directory and sdmc_directory to Settings

Added settings to the ini
This commit is contained in:
Daniel Méndez 2021-04-17 15:29:12 +02:00
parent 3be52f818a
commit 7f20d8bb88
3 changed files with 22 additions and 12 deletions

View file

@ -250,6 +250,14 @@ volume =
# 1 (default): Yes, 0: No
use_virtual_sd =
# The path of the virtual SD card directory.
# empty (default) will use the user_path
sdmc_directory =
# The path of NAND directory.
# empty (default) will use the user_path
nand_directory =
[System]
# The system model that Citra will try to emulate
# 0: Old 3DS, 1: New 3DS (default)