summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/externals.h
diff options
context:
space:
mode:
authoriCatButler <i.am.catbutler@gmail.com>2018-12-16 15:24:01 +0000
committeriCatButler <i.am.catbutler@gmail.com>2018-12-16 15:24:01 +0000
commitcd685f7b75b8c7165642bd45044481ec5b27bc04 (patch)
tree0e0e1c0549961e4432ac31b25143476c199d1b0e /plugins/peopsxgl/externals.h
parent808e3feedb672c9a69830e0011a4fc79d16613f6 (diff)
downloadpcsxr-cd685f7b75b8c7165642bd45044481ec5b27bc04.tar.gz
Port various fixes from Beetle renderers
- Use PGXP w values to detect 3D geometry when modifying tex coords for flipped sprites - Replace line rendering algorithm with find/force line hack implementations - Add UI drop box to access this (no longer dependent on tex coord control)
Diffstat (limited to 'plugins/peopsxgl/externals.h')
-rw-r--r--plugins/peopsxgl/externals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/peopsxgl/externals.h b/plugins/peopsxgl/externals.h
index 1d82bf4f..e7aa013b 100644
--- a/plugins/peopsxgl/externals.h
+++ b/plugins/peopsxgl/externals.h
@@ -353,6 +353,7 @@ extern BOOL bUseFastMdec;
extern BOOL bUse15bitMdec;
extern int iFrameTexType;
extern int iFrameReadType;
+extern int iLineHackMode;
extern int iClampType;
extern int iSortTexCnt;
extern BOOL bFakeFrontBuffer;