mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
Pass application_id directly in fsDeleteSaveDataFileSystem().
This commit is contained in:
parent
aa2711359d
commit
8f064f7985
@ -225,11 +225,7 @@ Result fsOpenSdCardFileSystem(FsFileSystem* out) {
|
||||
}
|
||||
|
||||
Result fsDeleteSaveDataFileSystem(u64 application_id) {
|
||||
const struct {
|
||||
u64 application_id;
|
||||
} in = { application_id };
|
||||
|
||||
return _fsObjectDispatchIn(&g_fsSrv, 21, in);
|
||||
return _fsObjectDispatchIn(&g_fsSrv, 21, application_id);
|
||||
}
|
||||
|
||||
Result fsCreateSaveDataFileSystem(const FsSaveDataAttribute* attr, const FsSaveDataCreationInfo* creation_info, const FsSaveMeta* meta) {
|
||||
|
Loading…
Reference in New Issue
Block a user