diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-05-15 16:26:39 +0100 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-05-15 16:26:39 +0100 |
| commit | 2a24b74c12c6d248409dc93b35edbc373d03b29c (patch) | |
| tree | 94bf6d4022a5209c7713fe4b8107342839b193f7 /libpcsxcore/pgxp_gte.h | |
| parent | fed51208575d3b67789ded126a38c7da3b23cef0 (diff) | |
Implement vertex caching
- Try using Blade_Arma's vertex cache to find untracked vertices
- Fix GTE_LOG
- Add more logging spew
- Update debug mode to track cached vertices
Diffstat (limited to 'libpcsxcore/pgxp_gte.h')
| -rw-r--r-- | libpcsxcore/pgxp_gte.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/pgxp_gte.h b/libpcsxcore/pgxp_gte.h index d10021c0..3a14c5b8 100644 --- a/libpcsxcore/pgxp_gte.h +++ b/libpcsxcore/pgxp_gte.h @@ -65,4 +65,5 @@ void PGXP_psxMemWrite16Trace(u32 mem, u16 value, u32 code); u8 PGXP_psxMemRead8Trace(u32 mem, u32 code);
void PGXP_psxMemWrite8Trace(u32 mem, u8 value, u32 code);
+void PGXP_psxTrace(u32 code, u32 rtv);
#endif /* _PGXP_GTE_H_ */
|
