X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;fp=frontend%2Fplugin_lib.h;h=4a110020aa84c3f3e3cac081da5e51ed2e9f55c0;hp=a83d954ad46496bf273605c51a6f9be25f1ddc37;hb=418caf437ed1af2880b013462b603e1ca1f28fb5;hpb=468072a17a20bf584df17f14e329441eebf66776 diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index a83d954a..4a110020 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -51,13 +51,15 @@ struct rearmed_cbs { // some stats, for display by some plugins int flips_per_sec, cpu_usage; float vsps_cur; // currect vsync/s + // these are for gles plugin + unsigned int screen_w, screen_h; + void *gles_display, *gles_surface; // gpu options int frameskip; int fskip_advice; 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 unsigned int only_16bpp; // platform is 16bpp-only struct { int allow_interlace; // 0 off, 1 on, 2 guess