macos: add `undef` to fix macOS builds

This commit is contained in:
Tyler Wilding 2021-12-24 21:26:47 -05:00 committed by refractionpcsx2
parent dacd7d94d9
commit 70145eb150
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#define ATTR_DEP
#endif
#ifdef FSCALE
# undef FSCALE // Defined in a macOS header
#endif
//------------------------------------------------------------------
// legacy jump/align functions
//------------------------------------------------------------------