summaryrefslogtreecommitdiff
path: root/libpcsxcore/r3000a.c
diff options
context:
space:
mode:
authoriCatButler <i.am.catbutler@gmail.com>2016-03-25 16:25:15 +0000
committeriCatButler <i.am.catbutler@gmail.com>2016-03-25 16:25:15 +0000
commit7767ea4acbae995cd8e6302bdb7c97e89748dfd8 (patch)
treeb4a3025b703f8f3f383626aa5a651b2954c3a512 /libpcsxcore/r3000a.c
parent106f6594c9e2ad601deb7ad9bdf5eab8a568c01b (diff)
Initial upload of PGXP.
Diffstat (limited to 'libpcsxcore/r3000a.c')
-rwxr-xr-xlibpcsxcore/r3000a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/r3000a.c b/libpcsxcore/r3000a.c
index fe908ecb..cb2f4025 100755
--- a/libpcsxcore/r3000a.c
+++ b/libpcsxcore/r3000a.c
@@ -44,6 +44,7 @@ int psxInit() {
Log = 0;
if (psxMemInit() == -1) return -1;
+ PGXP_Init();
return psxCpu->Init();
}