mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +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 {
|
||||
rc = LibnxError_AlreadyMapped;
|
||||
rc = MAKERESULT(Module_Libnx, LibnxError_AlreadyMapped);
|
||||
}
|
||||
|
||||
return rc;
|
||||
|
Loading…
Reference in New Issue
Block a user