X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=e2f1d55f051b38efdc46bf08e10d16c3b76ad155;hp=e6d1f7d0b58aaac6b969b58f83a8dd6880b0a298;hb=bb88ec28db0535102b70a7c18ef095cb904e3c6c;hpb=edee4a7fc46dd881c2a45d14ce569fbfd8336516 diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index e6d1f7d0..e2f1d55f 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -53,6 +53,7 @@ struct rearmed_cbs { unsigned int *gpu_frame_count; unsigned int *gpu_hcnt; unsigned int flip_cnt; // increment manually if not using pl_vout_flip + unsigned int screen_w, screen_h; // gles plugin wants this struct { int allow_interlace; // 0 off, 1 on, 2 guess } gpu_neon;