diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-03-25 16:25:15 +0000 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-03-25 16:25:15 +0000 |
| commit | 7767ea4acbae995cd8e6302bdb7c97e89748dfd8 (patch) | |
| tree | b4a3025b703f8f3f383626aa5a651b2954c3a512 /libpcsxcore/r3000a.c | |
| parent | 106f6594c9e2ad601deb7ad9bdf5eab8a568c01b (diff) | |
Initial upload of PGXP.
Diffstat (limited to 'libpcsxcore/r3000a.c')
| -rwxr-xr-x | libpcsxcore/r3000a.c | 1 |
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(); } |
