diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-08-01 13:10:53 +0100 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-08-01 13:10:53 +0100 |
| commit | aafb74a6af20e6da46b77323438b41ae7b88fbf4 (patch) | |
| tree | e5c3d16d977c87ea9c80a0fbf4366c425798a4f1 /libpcsxcore/pgxp_gte.h | |
| parent | 69f33a4782857bf2027db6c81f670409bed76b43 (diff) | |
| download | pcsxr-aafb74a6af20e6da46b77323438b41ae7b88fbf4.tar.gz | |
Fix NCLIP related crash
- provide wider window where NCLIP can return 0 as this was causing a crash in RR:Revolution
Diffstat (limited to 'libpcsxcore/pgxp_gte.h')
| -rw-r--r-- | libpcsxcore/pgxp_gte.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/pgxp_gte.h b/libpcsxcore/pgxp_gte.h index e352e858..cc38ade1 100644 --- a/libpcsxcore/pgxp_gte.h +++ b/libpcsxcore/pgxp_gte.h @@ -45,7 +45,7 @@ void PGXP_pushSXYZ2s(s64 _x, s64 _y, s64 _z, u32 v); void PGXP_RTPS(u32 _n, u32 _v);
-int PGXP_NLCIP_valid();
+int PGXP_NLCIP_valid(u32 sxy0, u32 sxy1, u32 sxy2);
float PGXP_NCLIP();
// Data transfer tracking
|
