From 156e58e59fd57bf9fd6e9570587186633494b5c5 Mon Sep 17 00:00:00 2001 From: elasota Date: Mon, 20 Jan 2020 02:13:23 -0500 Subject: [PATCH] Disable Mac Plus hacks --- PortabilityLayer/PLHacks.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/PortabilityLayer/PLHacks.cpp b/PortabilityLayer/PLHacks.cpp index 8b29fea..e8d0a0e 100644 --- a/PortabilityLayer/PLHacks.cpp +++ b/PortabilityLayer/PLHacks.cpp @@ -1,15 +1,13 @@ #include "PLHacks.h" -// Trademark issue bool IsMacPlusGraphicBanned() { - return true; + return false; } -// Trademark issue bool IsMacPlusSoundBanned() { - return true; + return false; } // High scores disabled until dialogs work