JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments
Apple's desktop operating system was formerly called "Mac OS X" and "OS X", but since 2016 it has been called "macOS" (starting with version 10.12). Changing across all comments and documentation to use this current terminology, except in cases where the historical versions are explicitly referenced. No code changes are made; we should consider changing those in future PRs.
This commit is contained in:
parent
1c52c5de5f
commit
fd129ebc0c
50 changed files with 106 additions and 106 deletions
|
@ -71,7 +71,7 @@ MidiDriver_CoreMIDI::MidiDriver_CoreMIDI(ItemCount device)
|
|||
: mDevice(device), mClient(0), mOutPort(0), mDest(0) {
|
||||
|
||||
OSStatus err;
|
||||
err = MIDIClientCreate(CFSTR("ScummVM MIDI Driver for OS X"), NULL, NULL, &mClient);
|
||||
err = MIDIClientCreate(CFSTR("ScummVM MIDI Driver for macOS"), NULL, NULL, &mClient);
|
||||
}
|
||||
|
||||
MidiDriver_CoreMIDI::~MidiDriver_CoreMIDI() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue