diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-12 17:15:21 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-12 17:15:21 +0000 |
| commit | 5480199bf9adc54d08913923b6a74a0720d0dced (patch) | |
| tree | b8f1c8df63d3e832317259de2e25084e34f2d918 /libpcsxcore/ppc | |
| parent | cab096cda7111b3349a2dce4fec7c37818e2fd6d (diff) | |
| download | pcsxr-5480199bf9adc54d08913923b6a74a0720d0dced.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44911 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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); |
