mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 18:04:56 +00:00
fixed name style
This commit is contained in:
parent
1413a70a92
commit
24f78fac20
3 changed files with 9 additions and 9 deletions
|
@ -68,7 +68,7 @@ int* PS4_SYSV_ABI __Error() {
|
|||
return &g_posix_errno;
|
||||
}
|
||||
|
||||
void err_sce_to_posix(int result) {
|
||||
void ErrSceToPosix(int result) {
|
||||
int rt = result > SCE_KERNEL_ERROR_UNKNOWN && result <= SCE_KERNEL_ERROR_ESTOP
|
||||
? result + -SCE_KERNEL_ERROR_UNKNOWN
|
||||
: POSIX_EOTHER;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue