mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-09 12:13:15 +00:00
Fix formatting
This commit is contained in:
parent
f556f85279
commit
5419212088
2 changed files with 4 additions and 3 deletions
|
@ -216,7 +216,8 @@ int PS4_SYSV_ABI sceKernelGetDirectMemoryType(u64 addr, int* directMemoryTypeOut
|
|||
void** directMemoryEndOut) {
|
||||
LOG_WARNING(Kernel_Vmm, "called, direct memory addr = {:#x}", addr);
|
||||
auto* memory = Core::Memory::Instance();
|
||||
return memory->GetDirectMemoryType(addr, directMemoryTypeOut, directMemoryStartOut, directMemoryEndOut);
|
||||
return memory->GetDirectMemoryType(addr, directMemoryTypeOut, directMemoryStartOut,
|
||||
directMemoryEndOut);
|
||||
}
|
||||
|
||||
} // namespace Libraries::Kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue