kernel: Cleanup imports and fix QA flag

This commit is contained in:
joel16 2023-09-24 16:43:54 -04:00
parent 84cc9161d7
commit b51dc4fff4

View File

@ -1,12 +1,10 @@
.set noreorder
#include "pspstub.s"
#include "pspimport.s"
STUB_START "SystemCtrlForKernel",0x00090000,0x00010005
STUB_FUNC 0x159AF5CC,sctrlHENFindFunction
STUB_END
IMPORT_START "SystemCtrlForKernel",0x00090011
IMPORT_FUNC "SystemCtrlForKernel",0x159AF5CC,sctrlHENFindFunction
STUB_START "sceChkreg_driver",0x00090000,0x00010005
STUB_FUNC 0x59F8491D,sceChkregGetPsCode
STUB_FUNC 0x6894A027,sceChkregGetPsFlags
STUB_END
IMPORT_START "sceChkreg_driver",0x00090011
IMPORT_FUNC "sceChkreg_driver",0x59F8491D,sceChkregGetPsCode
IMPORT_FUNC "sceChkreg_driver",0x6894A027,sceChkregGetPsFlags