X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=fce.c;h=6e30c00cd585c16a8efb8a63ee30ac5c3cf52838;hp=1e82efb51a5f68dc1b64257a7a4182b4372792fe;hb=cc981841a776591c07d199609f15096248d3f79c;hpb=078eb4c0d0ff99a90f5ea0f9a9dbf9ec780650cc diff --git a/fce.c b/fce.c index 1e82efb..6e30c00 100644 --- a/fce.c +++ b/fce.c @@ -1382,6 +1382,12 @@ void EmLoop(void) } update: + if(Exit) + { + //CloseGame(); + break; + } + { int ssize; @@ -1405,12 +1411,6 @@ update: } } - if(Exit) - { - //CloseGame(); - break; - } - } // for }