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>
|
||||
#endif
|
||||
|
||||
#ifdef DISABLE_TIMEKEEPING
|
||||
#ifndef DISABLE_TIMEKEEPING
|
||||
static int64_t get_nanoseconds(void)
|
||||
{
|
||||
#ifndef _WIN32
|
||||
|
|
Loading…
Reference in New Issue