diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-05 01:19:00 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-05 01:19:00 +0000 |
| commit | 2a4bcc1bd7faa3cda35e08f2b0efef60799b9465 (patch) | |
| tree | 07cca5f15a097824bd5f278b92534dcf93f84715 /libpcsxcore/gte.c | |
| parent | b514f235c74e04f08a6111562cdfa6af1c4b242c (diff) | |
| download | pcsxr-2a4bcc1bd7faa3cda35e08f2b0efef60799b9465.tar.gz | |
Lego Racers - gte.c
- fix mfc2 r30 (and r29)
- fixes main menu loading
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59187 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/gte.c')
| -rw-r--r-- | libpcsxcore/gte.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpcsxcore/gte.c b/libpcsxcore/gte.c index 72210d34..b5acadab 100644 --- a/libpcsxcore/gte.c +++ b/libpcsxcore/gte.c @@ -240,9 +240,6 @@ static inline u32 MFC2(int reg) { break; case 28: - case 30: - return 0; - case 29: psxRegs.CP2D.r[reg] = LIM(gteIR1 >> 7, 0x1f, 0, 0) | (LIM(gteIR2 >> 7, 0x1f, 0, 0) << 5) | |
