french -> english
This commit is contained in:
parent
7704899055
commit
153cb5e386
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue