mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-25 10:16:48 +00:00
Android has clock_gettime() - thanks Michael Labbe!
This commit is contained in:
parent
3426c99acf
commit
f71fa2f402
|
@ -104,6 +104,7 @@
|
||||||
#define HAVE_SETJMP 1
|
#define HAVE_SETJMP 1
|
||||||
#define HAVE_NANOSLEEP 1
|
#define HAVE_NANOSLEEP 1
|
||||||
#define HAVE_SYSCONF 1
|
#define HAVE_SYSCONF 1
|
||||||
|
#define HAVE_CLOCK_GETTIME 1
|
||||||
|
|
||||||
#define SIZEOF_VOIDP 4
|
#define SIZEOF_VOIDP 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue