mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
clang format
This commit is contained in:
parent
806781a110
commit
930f239556
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static PS4_SYSV_ABI void stack_chk_fail() {
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceKernelMunmap(void* addr, size_t len) {
|
int PS4_SYSV_ABI sceKernelMunmap(void* addr, size_t len) {
|
||||||
LOG_ERROR(Kernel_Vmm ,"(DUMMY) called");
|
LOG_ERROR(Kernel_Vmm, "(DUMMY) called");
|
||||||
return SCE_OK;
|
return SCE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue