Files
Aerofoil/PortabilityLayer/PLHacks.cpp

20 lines
245 B
C++

#include "PLHacks.h"
// Trademark issue
bool IsMacPlusGraphicBanned()
{
return true;
}
// Trademark issue
bool IsMacPlusSoundBanned()
{
return true;
}
// High scores disabled until dialogs work
bool IsHighScoreDisabled()
{
return true;
}