scummvm/backends/midi
Donovan Watteau 4578c4a6fc MACOSX: Simplify detection conditions for the older CoreAudio API
The current code checked for the CPU type to determine if we were
building for the older macOS releases requiring this older API, but
we can just check MAC_OS_X_VERSION_MAX_ALLOWED which is clearer and
more accurate.

Apart from simplification, this also lets one build ScummVM for x86
again on Tiger. I haven't checked this case, though :)

Note that the ComponentDescription -> AudioComponentDescription change
was done in macOS 10.6 and not macOS 10.5, so this also fixes this
case.

Tested on macOS 10.4, 10.5, 10.5 with the 10.4 SDK, and on 12.6.
2022-11-09 12:27:51 +01:00
..
alsa.cpp JANITORIAL: BACKENDS: MIDI: Add override keywords 2022-09-20 21:12:35 +02:00
camd.cpp
coreaudio.cpp MACOSX: Simplify detection conditions for the older CoreAudio API 2022-11-09 12:27:51 +01:00
coremidi.cpp
dmedia.cpp BACKENDS: Correct spelling mistake 2022-10-27 15:56:04 +02:00
riscos.cpp
seq.cpp
sndio.cpp JANITORIAL: BACKENDS: MIDI: Add override keywords 2022-09-20 21:12:35 +02:00
stmidi.cpp
timidity.cpp TIMIDITY: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
windows.cpp