mirror of https://github.com/PCSX2/pcsx2.git
macos: add `undef` to fix macOS builds
This commit is contained in:
parent
dacd7d94d9
commit
70145eb150
|
@ -22,6 +22,10 @@
|
|||
#define ATTR_DEP
|
||||
#endif
|
||||
|
||||
#ifdef FSCALE
|
||||
# undef FSCALE // Defined in a macOS header
|
||||
#endif
|
||||
|
||||
//------------------------------------------------------------------
|
||||
// legacy jump/align functions
|
||||
//------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue