From: notaz Date: Tue, 26 Jun 2007 20:54:07 +0000 (+0000) Subject: refresh rate: comments X-Git-Tag: r1~15 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=commitdiff_plain;h=890deff8bad82ef88678ac9c9cb7373677faf77a;ds=sidebyside refresh rate: comments git-svn-id: file:///home/notaz/opt/svn/fceu@174 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/drivers/gp2x/cpuctrl.h b/drivers/gp2x/cpuctrl.h index d94d60b..eb2dc0a 100644 --- a/drivers/gp2x/cpuctrl.h +++ b/drivers/gp2x/cpuctrl.h @@ -15,8 +15,8 @@ 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 */