X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fgp2x.h;h=3e31af31589bc08f36a9db06f06ec025818d05ba;hp=86f9d66228a053f84ee8d5718a96119c56db3068;hb=989672f4f2b4b4b2b373271374e6546546091c10;hpb=b547bda76671cf9c99973dd3faad97804949ced3 diff --git a/drivers/gp2x/gp2x.h b/drivers/gp2x/gp2x.h index 86f9d66..3e31af3 100644 --- a/drivers/gp2x/gp2x.h +++ b/drivers/gp2x/gp2x.h @@ -4,13 +4,13 @@ typedef struct { // gp2x specific int KeyBinds[32]; int JoyBinds[4][32]; - int turbo_rate_add; - int sound; + int turbo_rate_add; // 8.24 int + int sound_rate; // in Hz int showfps; int scaling; // unscaled=0, hw_hor, hw_hor_vert, sw_hor int frameskip; // -1 ~ auto, >=0 ~ count int sstate_confirm; - int region_force; // 0 ~ off, 1 ~ PAL, 2 ~ NTSC + int region_force; // 0 ~ off, 1 ~ NTSC, 2 ~ PAL int cpuclock; int mmuhack; int ramtimings; @@ -20,5 +20,5 @@ typedef struct { extern DSETTINGS Settings; void gp2x_opt_setup(void); -void gp2x_cpuclock_update(void); +void gp2x_cpuclock_gamma_update(void);