mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 02:30:45 -04:00
Use config files to store whether SDMC is enabled or not
Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs).
This commit is contained in:
@@ -25,6 +25,9 @@ pad_sup =
|
||||
pad_sdown =
|
||||
pad_sleft =
|
||||
pad_sright =
|
||||
|
||||
[Data Storage]
|
||||
use_virtual_sd =
|
||||
)";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user