mirror of
https://github.com/joel16/PSP-Everest.git
synced 2024-11-23 03:29:48 +00:00
kernel: Cleanup imports and fix QA flag
This commit is contained in:
parent
84cc9161d7
commit
b51dc4fff4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user