mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
PSV modules refactoring
This commit is contained in:
parent
8229c0ed3d
commit
bc9481db1b
129 changed files with 5000 additions and 4588 deletions
|
|
@ -2,9 +2,9 @@
|
|||
#include "Emu/System.h"
|
||||
#include "Emu/ARMv7/PSVFuncList.h"
|
||||
|
||||
extern psv_log_base sceLiveArea;
|
||||
#include "sceLiveArea.h"
|
||||
|
||||
s32 sceLiveAreaResourceReplaceAll(vm::psv::ptr<const char> dirpath)
|
||||
s32 sceLiveAreaResourceReplaceAll(vm::cptr<char> dirpath)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
}
|
||||
|
|
@ -21,6 +21,7 @@ psv_log_base sceLiveArea("SceLiveArea", []()
|
|||
sceLiveArea.on_load = nullptr;
|
||||
sceLiveArea.on_unload = nullptr;
|
||||
sceLiveArea.on_stop = nullptr;
|
||||
sceLiveArea.on_error = nullptr;
|
||||
|
||||
REG_FUNC(0xA4B506F9, sceLiveAreaResourceReplaceAll);
|
||||
REG_FUNC(0x54A395FB, sceLiveAreaResourceGetStatus);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue