mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
shmemMap: Fix invalid libnx result
This commit is contained in:
parent
5e95507cbc
commit
bf5331d178
@ -46,7 +46,7 @@ Result shmemMap(SharedMemory* s)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
rc = LibnxError_AlreadyMapped;
|
rc = MAKERESULT(Module_Libnx, LibnxError_AlreadyMapped);
|
||||||
}
|
}
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
|
Loading…
Reference in New Issue
Block a user