mirror of https://github.com/bsnes-emu/bsnes.git
Accidentally reversed ifdef condition
This commit is contained in:
parent
57f50edaa2
commit
6c97bb9052
|
@ -6,7 +6,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DISABLE_TIMEKEEPING
|
#ifndef DISABLE_TIMEKEEPING
|
||||||
static int64_t get_nanoseconds(void)
|
static int64_t get_nanoseconds(void)
|
||||||
{
|
{
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
|
Loading…
Reference in New Issue