X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=4a110020aa84c3f3e3cac081da5e51ed2e9f55c0;hp=a83d954ad46496bf273605c51a6f9be25f1ddc37;hb=215ff9e69c0b845f24e7a3aa9faeef06d9276145;hpb=02783d0b37a8b8c2d220f931e5bb2be2036dff87 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