psx_gpu: start handling vram loads/moves for enhancement
[pcsx_rearmed.git] / frontend / plugin_lib.h
index 8645385..7687bf8 100644 (file)
@@ -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;