mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-22 09:30:15 +00:00
Typo: fix IS_APPLE2() macro
This commit is contained in:
parent
aa6572301b
commit
7f0c028250
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user