mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-12-03 15:20:52 +00:00
Comment out nsleep
This commit is contained in:
parent
9f5b746e0b
commit
aeea20ae9d
@ -19,6 +19,7 @@ static int64_t get_nanoseconds(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef __LIBRETRO__
|
||||
static void nsleep(uint64_t nanoseconds)
|
||||
{
|
||||
#ifndef _WIN32
|
||||
@ -34,6 +35,7 @@ static void nsleep(uint64_t nanoseconds)
|
||||
CloseHandle(timer);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
bool GB_timing_sync_turbo(GB_gameboy_t *gb)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user