mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Disable Mac Plus hacks
This commit is contained in:
@@ -1,15 +1,13 @@
|
|||||||
#include "PLHacks.h"
|
#include "PLHacks.h"
|
||||||
|
|
||||||
// Trademark issue
|
|
||||||
bool IsMacPlusGraphicBanned()
|
bool IsMacPlusGraphicBanned()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Trademark issue
|
|
||||||
bool IsMacPlusSoundBanned()
|
bool IsMacPlusSoundBanned()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// High scores disabled until dialogs work
|
// High scores disabled until dialogs work
|
||||||
|
Reference in New Issue
Block a user