mirror of https://github.com/mgba-emu/mgba.git
Util: Fix Wii build
This commit is contained in:
parent
ebbc51f23c
commit
803b7c9859
|
@ -47,6 +47,7 @@ typedef intptr_t ssize_t;
|
|||
#define strdup _strdup
|
||||
#define lseek _lseek
|
||||
#elif defined(__wii__)
|
||||
#include <sys/time.h>
|
||||
typedef intptr_t ssize_t;
|
||||
#else
|
||||
#include <strings.h>
|
||||
|
|
Loading…
Reference in New Issue