diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2018-12-16 15:24:01 +0000 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2018-12-16 15:24:01 +0000 |
| commit | cd685f7b75b8c7165642bd45044481ec5b27bc04 (patch) | |
| tree | 0e0e1c0549961e4432ac31b25143476c199d1b0e /plugins/peopsxgl/texture.c | |
| parent | 808e3feedb672c9a69830e0011a4fc79d16613f6 (diff) | |
| download | pcsxr-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/texture.c')
| -rw-r--r-- | plugins/peopsxgl/texture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/peopsxgl/texture.c b/plugins/peopsxgl/texture.c index 8d8fb41b..c19bf0ca 100644 --- a/plugins/peopsxgl/texture.c +++ b/plugins/peopsxgl/texture.c @@ -139,6 +139,7 @@ BOOL bUseFastMdec=FALSE; BOOL bUse15bitMdec=FALSE; int iFrameTexType=0; int iFrameReadType=0; +int iLineHackMode=0; uint32_t (*TCF[2]) (uint32_t); unsigned short (*PTCF[2]) (unsigned short); |
