aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.h
diff options
context:
space:
mode:
authornotaz2012-01-19 02:28:49 +0200
committernotaz2012-01-19 23:24:23 +0200
commit746fee5107b5548577f57cf2aa53e2dbb6a1dffc (patch)
tree98d688f882f6ff60627fccd5bfb9b0a2eaff205f /frontend/plugin_lib.h
parent2ea6b4704682d1f731510d7c27f3b3c50f76a4d4 (diff)
downloadpcsx_rearmed-746fee5107b5548577f57cf2aa53e2dbb6a1dffc.tar.gz
pcsx_rearmed-746fee5107b5548577f57cf2aa53e2dbb6a1dffc.tar.bz2
pcsx_rearmed-746fee5107b5548577f57cf2aa53e2dbb6a1dffc.zip
frontend: add gles plugin options
Diffstat (limited to 'frontend/plugin_lib.h')
-rw-r--r--frontend/plugin_lib.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h
index 44c5630..7085354 100644
--- a/frontend/plugin_lib.h
+++ b/frontend/plugin_lib.h
@@ -51,6 +51,9 @@ struct rearmed_cbs {
unsigned int *gpu_frame_count;
unsigned int *gpu_hcnt;
struct {
+ int allow_interlace; // 0 off, 1 on, 2 guess
+ } gpu_neon;
+ struct {
int iUseDither;
int dwActFixes;
float fFrameRateHz;
@@ -62,8 +65,11 @@ struct rearmed_cbs {
int lineskip;
} gpu_unai;
struct {
- int allow_interlace; // 0 off, 1 on, 2 guess
- } gpu_neon;
+ int dwActFixes;
+ int bDrawDither, iFilterType, iFrameTexType;
+ int iUseMask, bOpaquePass, bAdvancedBlend, bUseFastMdec;
+ int iVRamSize, iTexGarbageCollection;
+ } gpu_peopsgl;
};
extern struct rearmed_cbs pl_rearmed_cbs;