X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fmain.c;h=3f4dff95dfd9cfefacf6a57e05c00c20304fe0b4;hp=caea8ccdc01be75cb6592411de3e850febd6b590;hb=2a6855a31daf79cad83545b1eeee646e10481e5e;hpb=078eb4c0d0ff99a90f5ea0f9a9dbf9ec780650cc diff --git a/drivers/gp2x/main.c b/drivers/gp2x/main.c index caea8cc..3f4dff9 100644 --- a/drivers/gp2x/main.c +++ b/drivers/gp2x/main.c @@ -43,8 +43,6 @@ #include "dface.h" -// TODO! broken fs0, sram saves - void CleanSurface(void); // internals @@ -393,7 +391,6 @@ int CLImain(int argc, char *argv[]) if (Settings.region_force) FCEUI_SetVidSystem(Settings.region_force - 1); ParseGI(fceugi); - //RefreshThrottleFPS(); InitOtherInput(); GameInterface(GI_INFOSTRING, infostring); @@ -421,6 +418,7 @@ int CLImain(int argc, char *argv[]) } PrepareOtherInput(); + RefreshThrottleFPS(); FCEUI_GetCurrentVidSystem(&srendline,&erendline); gp2x_video_changemode(Settings.scaling == 3 ? 15 : 8); switch (Settings.scaling & 3) {