Open
Description
Today, we start our kernel errors macros with the following prefix: SCE_ERROR_KERNEL_
. However, both the public PSPSDK as well as the original Sony names use SCE_KERNEL_ERROR_
as the prefix. And while Sony itself is not consistent here (see the SCE_ERROR_ERRNO_
prefix for example), overall the error codes follow the SCE_[FACILITY]_ERROR_
(where FACILITY can be KERNEL/POWER/USB/ATRAC/...) prefix style.
As such, we should change the prefix to SCE_KERNEL_ERROR_
for our kernel error macros.
Metadata
Metadata
Assignees
Labels
No labels