french -> english

This commit is contained in:
yabause 2009-04-20 14:05:54 +00:00
parent 7704899055
commit 153cb5e386
1 changed files with 1 additions and 1 deletions

View File

@ -1516,7 +1516,7 @@ gboolean EmuLoop(gpointer data)
unsigned int i;
gchar *Title;
if(desmume_running()) { /* Si on est en train d'executer le programme ... */
if(desmume_running()) { /* If desmume is currently running */
static int limiter_frame_counter = 0;
fps_FrameCount += Frameskip + 1;
if(!fps_SecStart) fps_SecStart = SDL_GetTicks();