X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=bcf74accd521b31e1f36c9273f62971f9caeef49;hp=8645385d59a55a95000ca746d66ab695b14d868e;hb=4ea7de6a1495abfbc49c54fd2a90e902fdfa13d9;hpb=b07c18e8645a17be916266820ae564e0d320cc1a diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 8645385d..bcf74acc 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -57,6 +57,7 @@ struct rearmed_cbs { 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 + unsigned int only_16bpp; // platform is 16bpp-only struct { int allow_interlace; // 0 off, 1 on, 2 guess } gpu_neon;