diff options
Diffstat (limited to 'libpcsxcore/ppc')
| -rw-r--r-- | libpcsxcore/ppc/pGte.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpcsxcore/ppc/pGte.h b/libpcsxcore/ppc/pGte.h index 4294c066..b0edd4c3 100644 --- a/libpcsxcore/ppc/pGte.h +++ b/libpcsxcore/ppc/pGte.h @@ -58,8 +58,8 @@ CP2_FUNC(SWC2); CP2_FUNCNC(RTPS); CP2_FUNC(OP); CP2_FUNCNC(NCLIP); -CP2_FUNCNC(DPCS); -CP2_FUNCNC(INTPL); +CP2_FUNC(DPCS); +CP2_FUNC(INTPL); CP2_FUNC(MVMVA); CP2_FUNCNC(NCDS); CP2_FUNCNC(NCDT); @@ -69,7 +69,7 @@ CP2_FUNCNC(CC); CP2_FUNCNC(NCS); CP2_FUNCNC(NCT); CP2_FUNC(SQR); -CP2_FUNCNC(DCPL); +CP2_FUNC(DCPL); CP2_FUNCNC(DPCT); CP2_FUNCNC(AVSZ3); CP2_FUNCNC(AVSZ4); |
