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.
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 useSCE_KERNEL_ERROR_as the prefix. And while Sony itself is not consistent here (see theSCE_ERROR_ERRNO_prefix for example), overall the error codes follow theSCE_[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.