X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fcommon%2Fsettings.h;fp=drivers%2Fcommon%2Fsettings.h;h=ae8799370231c6f4ef7031e4062894f9fde5170d;hp=536b5e348b3351ba03db1f6c6fba544dbb17eade;hb=44343b8775fd8c9cfa1a2f865be369e09d1984ff;hpb=e4434f79e73411f4d069831cb813f7db1b1f933b diff --git a/drivers/common/settings.h b/drivers/common/settings.h index 536b5e3..ae87993 100644 --- a/drivers/common/settings.h +++ b/drivers/common/settings.h @@ -10,11 +10,13 @@ typedef struct { // gp2x specific int KeyBinds[32]; int JoyBinds[4][32]; - int scaling; // unscaled=0, hw_hor, hw_hor_vert, sw_hor + int scaling; // gp2x: unscaled=0, hw_hor, hw_hor_vert, sw_hor int cpuclock; int mmuhack; int ramtimings; int perfect_vsync; + // pandora + int hw_filter; } DSETTINGS; extern DSETTINGS Settings;