mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 18:34:58 +00:00
implemented sceKernelGetProcParam
This commit is contained in:
parent
683a0d55bf
commit
da7b4df1c3
4 changed files with 29 additions and 1 deletions
|
@ -106,6 +106,7 @@ struct Module {
|
|||
Loader::Elf elf;
|
||||
u64 aligned_base_size = 0;
|
||||
u64 base_virtual_addr = 0;
|
||||
u64 proc_param_virtual_addr = 0;
|
||||
|
||||
std::string file_name;
|
||||
|
||||
|
@ -137,6 +138,7 @@ public:
|
|||
Loader::SymbolRecord* return_info);
|
||||
void Execute();
|
||||
void DebugDump();
|
||||
u64 GetProcParam();
|
||||
|
||||
private:
|
||||
const ModuleInfo* FindModule(const Module& m, const std::string& id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue