X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=7687bf84c0b4c6fb7f17944a21efb8e35d423c8b;hp=8645385d59a55a95000ca746d66ab695b14d868e;hb=50f9355a2338111d940ed408f52fe1defe4df23e;hpb=6469a8c407ff23af8b7a6218f759b368eec7c339 diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 8645385d..7687bf84 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -57,8 +57,11 @@ 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 + int enhancement_enable; + int enhancement_no_main; } gpu_neon; struct { int iUseDither;