X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=114aaad7eaa1e1c056dd0dc50e18ee5f0051152e;hb=d56340b165b4a7ef25bc3c7509d4f2315843bc31;hp=09cc4c568cd8c042020183d3ec0a49543aac14bb;hpb=ba5205015c1db5866b6979537c594d8e81f90500;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 09cc4c56..114aaad7 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -1,3 +1,5 @@ +#ifndef __PLUGIN_LIB_H__ +#define __PLUGIN_LIB_H__ enum { DKEY_SELECT = 0, @@ -91,6 +93,7 @@ struct rearmed_cbs { int abe_hack; int no_light, no_blend; int lineskip; + int scale_hires; } gpu_unai; struct { int dwActFixes; @@ -118,3 +121,5 @@ extern void (*pl_plat_hud_print)(int x, int y, const char *str, int bpp); #ifndef ARRAY_SIZE #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) #endif + +#endif /* __PLUGIN_LIB_H__ */