Files
Aerofoil/PortabilityLayer/PLHacks.cpp

18 lines
208 B
C++
Raw Normal View History

2019-12-27 18:28:47 -05:00
#include "PLHacks.h"
bool IsMacPlusGraphicBanned()
{
2020-01-20 02:13:23 -05:00
return false;
2019-12-27 18:28:47 -05:00
}
bool IsMacPlusSoundBanned()
{
2020-01-20 02:13:23 -05:00
return false;
2019-12-27 18:28:47 -05:00
}
// High scores disabled until dialogs work
bool IsHighScoreDisabled()
{
return true;
}