mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 04:35:56 +00:00
clang-format
This commit is contained in:
parent
49717b1089
commit
3f92436a55
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ s32 PS4_SYSV_ABI sceKernelAllocateDirectMemory(s64 searchStart, s64 searchEnd, u
|
||||||
if (phys_addr == -1) {
|
if (phys_addr == -1) {
|
||||||
return ORBIS_KERNEL_ERROR_EAGAIN;
|
return ORBIS_KERNEL_ERROR_EAGAIN;
|
||||||
}
|
}
|
||||||
|
|
||||||
*physAddrOut = static_cast<s64>(phys_addr);
|
*physAddrOut = static_cast<s64>(phys_addr);
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue