mirror of
https://github.com/libretro/hatari.git
synced 2024-11-27 02:00:31 +00:00
Merge pull request #98 from greenchili2/master
Appease the wii buildbot gods.
This commit is contained in:
commit
7f895d1b0e
@ -105,7 +105,7 @@
|
||||
|
||||
/* Define to 1 if you have the 'ftello' function. */
|
||||
//#define HAVE_FTELLO 1
|
||||
#if defined(WIIU) || defined(VITA) || defined(GEKKO)
|
||||
#if defined(WIIU) || defined(VITA)
|
||||
#define utime(file,time) 0
|
||||
#endif
|
||||
|
||||
|
@ -39,7 +39,7 @@ const char Gemdos_fileid[] = "Hatari gemdos.c : " __DATE__ " " __TIME__;
|
||||
#include <psp2/types.h>
|
||||
#include <psp2/io/dirent.h>
|
||||
#include <psp2/kernel/threadmgr.h>
|
||||
#else
|
||||
#elif !defined(GEKKO)
|
||||
#include <utime.h>
|
||||
#define HAVE_UTIME
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user