2023-08-16 22:26:55 +00:00
|
|
|
Index: src/common/Patch.cpp
|
|
|
|
--- src/common/Patch.cpp.orig
|
|
|
|
+++ src/common/Patch.cpp
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -16,7 +16,7 @@
|
2023-08-16 22:26:55 +00:00
|
|
|
#ifndef __LIBRETRO__
|
|
|
|
|
|
|
|
#ifdef __GNUC__
|
|
|
|
-#if defined(__APPLE__) || defined(BSD) || defined(__NetBSD__)
|
|
|
|
+#if defined(__APPLE__) || defined(BSD) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
|
|
typedef off_t __off64_t; /* off_t is 64 bits on BSD. */
|
|
|
|
#define fseeko64 fseeko
|
|
|
|
#define ftello64 ftello
|