mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-05 09:13:43 -04:00
ams_mitm: Implement system settings mitm
This commit is contained in:
parent
55610694c8
commit
c10ba67973
25 changed files with 655 additions and 30 deletions
|
@ -26,7 +26,7 @@ namespace ams::mitm::fs {
|
|||
|
||||
/* Helpers. */
|
||||
Result EnsureSdInitialized() {
|
||||
R_UNLESS(mitm::IsInitialized(), ams::fs::ResultSdCardNotPresent());
|
||||
R_UNLESS(serviceIsActive(&g_sd_filesystem.s), ams::fs::ResultSdCardNotPresent());
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue