mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
sceGxm stub
This commit is contained in:
parent
579a88b7c4
commit
e508d6db5d
3 changed files with 2540 additions and 0 deletions
1290
rpcs3/Emu/ARMv7/Modules/sceGxm.cpp
Normal file
1290
rpcs3/Emu/ARMv7/Modules/sceGxm.cpp
Normal file
File diff suppressed because it is too large
Load diff
1244
rpcs3/Emu/ARMv7/Modules/sceGxm.h
Normal file
1244
rpcs3/Emu/ARMv7/Modules/sceGxm.h
Normal file
File diff suppressed because it is too large
Load diff
|
@ -51,6 +51,9 @@ extern psv_log_base sceLibKernel;
|
||||||
extern psv_log_base sceSysmodule;
|
extern psv_log_base sceSysmodule;
|
||||||
extern psv_log_base scePerf;
|
extern psv_log_base scePerf;
|
||||||
extern psv_log_base sceCtrl;
|
extern psv_log_base sceCtrl;
|
||||||
|
extern psv_log_base sceDeci4p;
|
||||||
|
extern psv_log_base sceDisplay;
|
||||||
|
extern psv_log_base sceGxm;
|
||||||
|
|
||||||
void initialize_psv_modules()
|
void initialize_psv_modules()
|
||||||
{
|
{
|
||||||
|
@ -64,6 +67,9 @@ void initialize_psv_modules()
|
||||||
g_psv_modules.push_back(&sceSysmodule);
|
g_psv_modules.push_back(&sceSysmodule);
|
||||||
g_psv_modules.push_back(&scePerf);
|
g_psv_modules.push_back(&scePerf);
|
||||||
g_psv_modules.push_back(&sceCtrl);
|
g_psv_modules.push_back(&sceCtrl);
|
||||||
|
g_psv_modules.push_back(&sceDeci4p);
|
||||||
|
g_psv_modules.push_back(&sceDisplay);
|
||||||
|
g_psv_modules.push_back(&sceGxm);
|
||||||
|
|
||||||
// setup special functions (without NIDs)
|
// setup special functions (without NIDs)
|
||||||
psv_func unimplemented;
|
psv_func unimplemented;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue