aboutsummaryrefslogtreecommitdiff
path: root/emulators/libretro-mame/files/patch-Makefile.libretro
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/libretro-mame/files/patch-Makefile.libretro')
-rw-r--r--emulators/libretro-mame/files/patch-Makefile.libretro11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/libretro-mame/files/patch-Makefile.libretro b/emulators/libretro-mame/files/patch-Makefile.libretro
new file mode 100644
index 000000000000..0c7da5fc496a
--- /dev/null
+++ b/emulators/libretro-mame/files/patch-Makefile.libretro
@@ -0,0 +1,11 @@
+--- Makefile.libretro.orig 2022-01-24 21:33:37 UTC
++++ Makefile.libretro
+@@ -61,6 +61,8 @@ endif
+
+ ifeq ($(ARCH),x86)
+ PTR64 := 0
++else ifeq ($(ARCH),i386)
++ PTR64 := 0
+ endif
+
+ ###########################################################################