mirror of https://github.com/stella-emu/stella.git
Switch to 'cu' AVox-USB devices for Mac.
This commit is contained in:
parent
949e6aa915
commit
ddf8b84130
|
@ -101,7 +101,7 @@ StringList SerialPortMACOS::portNames()
|
||||||
|
|
||||||
// Get all possible devices in the '/dev' directory
|
// Get all possible devices in the '/dev' directory
|
||||||
FilesystemNode::NameFilter filter = [](const FilesystemNode& node) {
|
FilesystemNode::NameFilter filter = [](const FilesystemNode& node) {
|
||||||
return BSPF::startsWithIgnoreCase(node.getPath(), "/dev/tty.usb");
|
return BSPF::startsWithIgnoreCase(node.getPath(), "/dev/cu.usb");
|
||||||
};
|
};
|
||||||
FSList portList;
|
FSList portList;
|
||||||
portList.reserve(16);
|
portList.reserve(16);
|
||||||
|
|
Loading…
Reference in New Issue