mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 22:42:40 +02:00
sysupdater: make GetUpdateInformation work on hardware.
This commit is contained in:
parent
f019daae0e
commit
1699ad4280
@ -43,10 +43,9 @@ namespace ams::fs {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Result MountSdCard(const char *name) {
|
||||
/* Validate the mount name. */
|
||||
R_TRY(impl::CheckMountName(name));
|
||||
R_TRY(impl::CheckMountNameAllowingReserved(name));
|
||||
|
||||
/* Open the SD card. This uses libnx bindings. */
|
||||
FsFileSystem fs;
|
||||
|
Loading…
Reference in New Issue
Block a user