mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-01 09:32:53 +02:00
Comment out nsleep
This commit is contained in:
@@ -19,6 +19,7 @@ static int64_t get_nanoseconds(void)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef __LIBRETRO__
|
||||||
static void nsleep(uint64_t nanoseconds)
|
static void nsleep(uint64_t nanoseconds)
|
||||||
{
|
{
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
@@ -34,6 +35,7 @@ static void nsleep(uint64_t nanoseconds)
|
|||||||
CloseHandle(timer);
|
CloseHandle(timer);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
bool GB_timing_sync_turbo(GB_gameboy_t *gb)
|
bool GB_timing_sync_turbo(GB_gameboy_t *gb)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user