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