aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-03-05 20:06:49 +0000
committerRene Ladan <rene@FreeBSD.org>2026-05-07 21:47:29 +0000
commit2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4a (patch)
treea405889b26b94321a8886605c61785250ba83802 /emulators
parentaf218a4ee29a6b999b647da7263011a6ec9f6785 (diff)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mesen/Makefile2
-rw-r--r--emulators/ppsspp/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mesen/Makefile b/emulators/mesen/Makefile
index cfb7ae11d166..703ac71f8589 100644
--- a/emulators/mesen/Makefile
+++ b/emulators/mesen/Makefile
@@ -8,7 +8,7 @@ WWW= https://www.mesen.ca/
LICENSE= GPLv3
-# ARM/MIPS are only supported on Android
+# ARM is only supported on Android
ONLY_FOR_ARCHS= amd64 i386
BUILD_DEPENDS= zip:archivers/zip \
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index e569064df401..d5756d1f0f73 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -13,7 +13,7 @@ LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
# Bi-endian architectures default to big for some reason
-NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe
+NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe
NOT_FOR_ARCHS_REASON= only little-endian is supported, see \
https://github.com/hrydgard/ppsspp/issues/8823