Files
Aerofoil/PortabilityLayer/PLHacks.cpp

12 lines
117 B
C++
Raw Normal View History

2019-12-27 18:28:47 -05:00
#include "PLHacks.h"
bool IsMacPlusGraphicBanned()
{
return true;
}
bool IsMacPlusSoundBanned()
{
return true;
}