mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-30 16:39:46 +02:00
Accidentally reversed ifdef condition
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#ifdef DISABLE_TIMEKEEPING
|
||||
#ifndef DISABLE_TIMEKEEPING
|
||||
static int64_t get_nanoseconds(void)
|
||||
{
|
||||
#ifndef _WIN32
|
||||
|
Reference in New Issue
Block a user