mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add support for selecting the Shugart or IBMPC GreaseWeazle bus types.
This commit is contained in:
@@ -66,7 +66,7 @@ USB* get_usb_impl()
|
||||
|
||||
case GREASEWEAZLE_ID:
|
||||
std::cerr << fmt::format("Using GreaseWeazle {} on {}\n", candidate->serial, candidate->serialPort);
|
||||
return createGreaseWeazleUsb(candidate->serialPort);
|
||||
return createGreaseWeazleUsb(candidate->serialPort, config.usb().greaseweazle());
|
||||
|
||||
default:
|
||||
Error() << "internal";
|
||||
|
||||
Reference in New Issue
Block a user