mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ASIO: Make "DENON DJ ASIO Driver" workaround more specific to the exact buggy driver version
This commit is contained in:
parent
3705a5c413
commit
4abdb6da3e
1 changed files with 1 additions and 1 deletions
|
|
@ -1157,7 +1157,7 @@ private:
|
||||||
|
|
||||||
// Get error message if init() failed, or if it's a buggy Denon driver,
|
// Get error message if init() failed, or if it's a buggy Denon driver,
|
||||||
// which returns true from init() even when it fails.
|
// which returns true from init() even when it fails.
|
||||||
if ((! initOk) || getName().containsIgnoreCase ("denon dj"))
|
if ((! initOk) || getName().containsIgnoreCase ("denon dj asio"))
|
||||||
driverError = getLastDriverError();
|
driverError = getLastDriverError();
|
||||||
|
|
||||||
if ((! initOk) && driverError.isEmpty())
|
if ((! initOk) && driverError.isEmpty())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue