X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fcommon%2Fsettings.h;h=e8e612201119f67a5eb98275863348a936763aa6;hb=HEAD;hp=536b5e348b3351ba03db1f6c6fba544dbb17eade;hpb=4a2a617ac879a95babe3b8a822188b71e9769ba4;p=fceu.git diff --git a/drivers/common/settings.h b/drivers/common/settings.h index 536b5e3..e8e6122 100644 --- a/drivers/common/settings.h +++ b/drivers/common/settings.h @@ -10,11 +10,14 @@ 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; + int sw_filter; } DSETTINGS; extern DSETTINGS Settings;