Files
Aerofoil/PortabilityLayer/PLHacks.cpp

22 lines
213 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
}
bool IsHighScoreDisabled()
{
return false;
}
2020-02-05 00:22:39 -05:00
bool IsRoomEditorDisabled()
{
return true;
}