mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Disable Mac Plus graphic/sound
This commit is contained in:
11
PortabilityLayer/PLHacks.cpp
Normal file
11
PortabilityLayer/PLHacks.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "PLHacks.h"
|
||||
|
||||
bool IsMacPlusGraphicBanned()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool IsMacPlusSoundBanned()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user