Merge pull request #98 from greenchili2/master

Appease the wii buildbot gods.
This commit is contained in:
LibretroAdmin 2023-09-27 07:38:55 -07:00 committed by GitHub
commit 7f895d1b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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