Disable Mac Plus hacks

This commit is contained in:
elasota
2020-01-20 02:13:23 -05:00
parent f3fa442d0f
commit 156e58e59f

View File

@@ -1,15 +1,13 @@
#include "PLHacks.h" #include "PLHacks.h"
// Trademark issue
bool IsMacPlusGraphicBanned() bool IsMacPlusGraphicBanned()
{ {
return true; return false;
} }
// Trademark issue
bool IsMacPlusSoundBanned() bool IsMacPlusSoundBanned()
{ {
return true; return false;
} }
// High scores disabled until dialogs work // High scores disabled until dialogs work