Skip to content

Commit

Permalink
Resync libretro-common
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jan 13, 2025
1 parent 1d6badb commit 3c3611a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libretro-common/include/retro_timers.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <psp2/kernel/threadmgr.h>
#elif defined(_3DS)
#include <3ds.h>
#elif defined(EMSCRIPTEN)
#elif defined(EMSCRIPTEN_FIXME)
#include <emscripten/emscripten.h>
#else
#include <time.h>
Expand Down Expand Up @@ -100,7 +100,7 @@ static int nanosleepDOS(const struct timespec *rqtp, struct timespec *rmtp)
#define retro_sleep(msec) (usleep(1000 * (msec)))
#elif defined(WIIU)
#define retro_sleep(msec) (OSSleepTicks(ms_to_ticks((msec))))
#elif defined(EMSCRIPTEN)
#elif defined(EMSCRIPTEN_FIXME)
#define retro_sleep(msec) (emscripten_sleep(msec))
#else
static INLINE void retro_sleep(unsigned msec)
Expand Down

0 comments on commit 3c3611a

Please sign in to comment.