Typo: fix IS_APPLE2() macro

This commit is contained in:
tomcw 2021-05-23 21:28:26 +01:00
parent aa6572301b
commit 7f0c028250
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ short JoyGetTrim(bool bAxisX)
#if 0
void JoyportEnable(const bool bEnable)
{
if (IS_APPLE2C)
if (IS_APPLE2C())
g_bJoyportEnabled = false;
else
g_bJoyportEnabled = bEnable ? 1 : 0;