mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Move sys_crashdump to it's own file and make it a module itself
This commit is contained in:
parent
e5d0e035d0
commit
df338f0552
9 changed files with 61 additions and 42 deletions
|
|
@ -241,6 +241,7 @@ static void ppu_initialize_modules(ppu_linkage_info* link)
|
|||
&ppu_module_manager::sceNpTrophy,
|
||||
&ppu_module_manager::sceNpTus,
|
||||
&ppu_module_manager::sceNpUtil,
|
||||
&ppu_module_manager::sys_crashdump,
|
||||
&ppu_module_manager::sys_io,
|
||||
&ppu_module_manager::sys_net,
|
||||
&ppu_module_manager::sysPrxForUser,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue