diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-18 01:04:25 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-18 01:04:25 +0000 |
| commit | 274efe6b3d25bb2e3a840aab98aebddbd3646dbb (patch) | |
| tree | 24b9849bb8ef896302ba563325fd3cf187a7d513 | |
| parent | ae7f3162423c109f2dbcb5f3f98920c628aeff8a (diff) | |
| download | pcsxr-274efe6b3d25bb2e3a840aab98aebddbd3646dbb.tar.gz | |
Valkyrie Profile - gte.c
- use edgbla value of limH $1000
- seems to work, unverified value
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59726 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | libpcsxcore/gte.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/gte.c b/libpcsxcore/gte.c index aa3d69d9..9ede6ac3 100644 --- a/libpcsxcore/gte.c +++ b/libpcsxcore/gte.c @@ -211,7 +211,7 @@ static inline u32 limE(u32 result) { #define F(a) BOUNDS((a), 0x7fffffff, (1 << 31) | (1 << 16), -(s64)0x80000000, (1 << 31) | (1 << 15)) #define limG1(a) LIM((a), 0x3ff, -0x400, (1 << 31) | (1 << 14)) #define limG2(a) LIM((a), 0x3ff, -0x400, (1 << 31) | (1 << 13)) -#define limH(a) LIM((a), 0xffff, 0x0000, (1 << 12))
+#define limH(a) LIM((a), 0x1000, 0x0000, (1 << 12))
#include "gte_divider.h" |
