mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-24 19:38:32 -06:00
sceGxm stub
This commit is contained in:
parent
579a88b7c4
commit
e508d6db5d
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 scePerf;
|
||||
extern psv_log_base sceCtrl;
|
||||
extern psv_log_base sceDeci4p;
|
||||
extern psv_log_base sceDisplay;
|
||||
extern psv_log_base sceGxm;
|
||||
|
||||
void initialize_psv_modules()
|
||||
{
|
||||
@ -64,6 +67,9 @@ void initialize_psv_modules()
|
||||
g_psv_modules.push_back(&sceSysmodule);
|
||||
g_psv_modules.push_back(&scePerf);
|
||||
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)
|
||||
psv_func unimplemented;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user