mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
LV2: cleanup syscall table (#9106)
Remove old ppu_get_syscall_name from PPUFunction.cpp for deduplication.
This commit is contained in:
parent
59d9e7ce98
commit
b998852385
4 changed files with 755 additions and 1380 deletions
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
LOG_CHANNEL(ppu_loader);
|
||||
|
||||
extern void ppu_initialize_syscalls();
|
||||
extern std::string ppu_get_function_name(const std::string& _module, u32 fnid);
|
||||
extern std::string ppu_get_variable_name(const std::string& _module, u32 vnid);
|
||||
extern void ppu_register_range(u32 addr, u32 size);
|
||||
|
|
@ -131,8 +130,6 @@ static void ppu_initialize_modules(ppu_linkage_info* link)
|
|||
return;
|
||||
}
|
||||
|
||||
ppu_initialize_syscalls();
|
||||
|
||||
const std::initializer_list<const ppu_static_module*> registered
|
||||
{
|
||||
&ppu_module_manager::cellAdec,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue