Skip to content

Commit

Permalink
Merge pull request #569 from uyjulian/modload_improvements_20240322
Browse files Browse the repository at this point in the history
Modload improvements 20240322
  • Loading branch information
fjtrujy authored Mar 23, 2024
2 parents 73f677d + 41d124f commit 0921e6c
Show file tree
Hide file tree
Showing 4 changed files with 841 additions and 782 deletions.
2 changes: 1 addition & 1 deletion iop/system/modload/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

IOP_BIN ?= modload.irx

IOP_OBJS = modload.o modload_asm.o imports.o exports.o
IOP_OBJS = modload.o imports.o exports.o

include $(PS2SDKSRC)/Defs.make
include $(PS2SDKSRC)/iop/Rules.bin.make
Expand Down
14 changes: 7 additions & 7 deletions iop/system/modload/src/imports.lst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ loadcore_IMPORTS_start
I_GetLoadcoreInternalData
I_FlushIcache
I_RegisterLibraryEntries
I_LinkImports
I_UnlinkImports
I_LinkLibraryEntries
I_UnLinkLibraryEntries
I_QueryBootMode
I_LinkModule
I_UnlinkModule
I_RegisterPostBootCallback
I_RegisterModule
I_ReleaseModule
I_AddRebootNotifyHandler
I_SetCacheCtrl
I_ReadModuleHeader
I_LoadModuleImage
I_ProbeExecutableObject
I_LoadExecutableObject
loadcore_IMPORTS_end

sysclib_IMPORTS_start
Expand Down
Loading

0 comments on commit 0921e6c

Please sign in to comment.