Files
Aerofoil/PortabilityLayer/PLHacks.cpp
2019-12-27 18:29:12 -05:00

12 lines
117 B
C++

#include "PLHacks.h"
bool IsMacPlusGraphicBanned()
{
return true;
}
bool IsMacPlusSoundBanned()
{
return true;
}