X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fcpuctrl.h;h=eb2dc0a222d42056772fde8dee4fd67455cad622;hp=d537f4e19183b1b8e4ff9818023e11e3c6e22bec;hb=HEAD;hpb=7b356ee3dc5d7e54d9dc06c413f84380d1044441 diff --git a/drivers/gp2x/cpuctrl.h b/drivers/gp2x/cpuctrl.h index d537f4e..eb2dc0a 100644 --- a/drivers/gp2x/cpuctrl.h +++ b/drivers/gp2x/cpuctrl.h @@ -15,10 +15,12 @@ extern void set_gamma(int g100); typedef enum { - LCDR_60 = 0, /* as close as possible to 60.00Hz, currently only managed to set to ~59.998Hz, has interlacing problems */ - LCDR_50, /* 50Hz, has interlacing problems */ + LCDR_60 = 0, /* ~59.998Hz, has interlacing problems, kills USB host */ + LCDR_50, /* 50Hz, has interlacing problems, kills USB host */ 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);