X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2Fplat.c;h=79cf584e459d28db5e9f6cc802b64fe1208ba895;hb=8796b7ee88b83c54bd09c0087e023dfac5df3e08;hp=0c1dea674095b35c20db846d6d2c71e2a3e9bfd6;hpb=823b9004c44f2123da164a80d2644b34e3d1997b;p=picodrive.git diff --git a/platform/win32/plat.c b/platform/win32/plat.c index 0c1dea6..79cf584 100644 --- a/platform/win32/plat.c +++ b/platform/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";