Disable Mac Plus graphic/sound

This commit is contained in:
elasota
2019-12-27 18:28:47 -05:00
parent 59590d2d9d
commit 32fa8928d4
6 changed files with 57 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
#include "PLHacks.h"
bool IsMacPlusGraphicBanned()
{
return true;
}
bool IsMacPlusSoundBanned()
{
return true;
}