fixed name style

This commit is contained in:
georgemoralis 2024-07-01 00:50:07 +03:00
parent 1413a70a92
commit 24f78fac20
3 changed files with 9 additions and 9 deletions

View file

@ -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;