X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=win32%2Fplat.c;h=79cf584e459d28db5e9f6cc802b64fe1208ba895;hb=7ee5c389e6405560761ba433cd4b9d56c495b7f6;hp=0c1dea674095b35c20db846d6d2c71e2a3e9bfd6;hpb=8ced8d2b38431e23be1b26457110febbe10d14c7;p=libpicofe.git diff --git a/win32/plat.c b/win32/plat.c index 0c1dea6..79cf584 100644 --- a/win32/plat.c +++ b/win32/plat.c @@ -41,7 +41,7 @@ void plat_wait_till_us(unsigned int us) { int msdiff = (int)(us - plat_get_ticks_us()) / 1000; if (msdiff > 6) -;// Sleep(msdiff - 6); + Sleep(msdiff - 6); while (plat_get_ticks_us() < us) ; } @@ -216,7 +216,7 @@ const char *plat_get_credits(void) "Chui: Fame/C\n" "NJ: CZ80\n" "MAME devs: YM2612, SN76496 and SH2 cores\n" - "Stéphane Dallongeville: base of Fame/C (C68K), CZ80\n\n" + "Stéphane Dallongeville: base of Fame/C (C68K), CZ80\n\n" "Special thanks (ideas, valuable information and stuff):\n" "Charles MacDonald, Eke, Exophase, Haze, Lordus, Nemesis,\n" "Pierpaolo Prazzoli, Rokas, Steve Snake, Tasco Deluxe.\n";