Code: Select all
.set noreorder
#include "pspstub.s"
STUB_START "sceUtility",0x40010000,0x00010005
STUB_FUNC 0x1579A159,sceUtilityLoadNetModule
STUB_FUNC 0xC629AF26,sceUtilityLoadAvModule
STUB_END
sceUtility1.S:
Code: Select all
.set noreorder
#include "pspstub.s"
STUB_START "sceUtility",0x40010000,0x00010005
STUB_FUNC 0x1579A159,sceUtilityLoadNetModule
STUB_END
Code: Select all
.set noreorder
#include "pspstub.s"
STUB_START "sceUtility",0x40010000,0x00010005
STUB_FUNC 0xC629AF26,sceUtilityLoadAvModule
STUB_END