mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 14:58:22 -04:00
libstrat: fix domain issues. in/out objects now work.
This commit is contained in:
parent
4f455dacf4
commit
15773e4755
23 changed files with 161 additions and 113 deletions
|
@ -31,7 +31,7 @@ namespace sts::cfg {
|
|||
|
||||
/* Mount the SD card. */
|
||||
FsFileSystem sd_fs = {};
|
||||
if (R_FAILED(fsMountSdcard(&sd_fs))) {
|
||||
if (R_FAILED(fsOpenSdCardFileSystem(&sd_fs))) {
|
||||
return false;
|
||||
}
|
||||
ON_SCOPE_EXIT { serviceClose(&sd_fs.s); };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue