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 ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
coreaudio.cpp MACOSX: Simplify detection conditions for the older CoreAudio API 2022-11-09 12:27:51 +01:00
coremidi.cpp JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
dmedia.cpp BACKENDS: Correct spelling mistake 2022-10-27 15:56:04 +02:00
riscos.cpp RISCOS: Add a native MIDI driver 2022-06-20 23:33:42 +01:00
seq.cpp JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
sndio.cpp JANITORIAL: BACKENDS: MIDI: Add override keywords 2022-09-20 21:12:35 +02:00
stmidi.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
timidity.cpp TIMIDITY: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
windows.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00