X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fcpuctrl.h;h=d94d60b8159adedae50ceb61a068d36c8df0ef4c;hp=d537f4e19183b1b8e4ff9818023e11e3c6e22bec;hb=cf65360c22e121053d152f611c9b966ccab9f4c2;hpb=642070a99a18726024c5b214263221a0340e6987 diff --git a/drivers/gp2x/cpuctrl.h b/drivers/gp2x/cpuctrl.h index d537f4e..d94d60b 100644 --- a/drivers/gp2x/cpuctrl.h +++ b/drivers/gp2x/cpuctrl.h @@ -19,6 +19,8 @@ typedef enum LCDR_50, /* 50Hz, has interlacing problems */ LCDR_120_20, /* ~60.10*2Hz, used by FCE Ultra */ LCDR_100_02, /* ~50.01*2Hz, used by FCE Ultra */ + LCDR_120, /* 120Hz */ + LCDR_100, /* 100Hz */ } lcd_rate_t; extern void set_LCD_custom_rate(lcd_rate_t rate);