X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=76220978d96319038ac759166bfa527015680ebf;hb=44e76f8ad4944acfc109baf89beda7b723f8a209;hp=97d44f2583e5f8af6a171038398c8dae0b8fe62a;hpb=db6e56b6bfb5bcdacc86150061861a74365331e0;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 97d44f25..76220978 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -111,13 +111,15 @@ struct rearmed_cbs { } gpu_peopsgl; // misc int gpu_caps; - int screen_centering_type; // 0 - auto, 1 - game conrolled, 2 - manual + int screen_centering_type; int screen_centering_x; int screen_centering_y; }; extern struct rearmed_cbs pl_rearmed_cbs; +enum centering_type { C_AUTO = 0, C_INGAME, C_BORDERLESS, C_MANUAL }; + enum gpu_plugin_caps { GPU_CAP_OWNS_DISPLAY = (1 << 0), GPU_CAP_SUPPORTS_2X = (1 << 1),