Change sidplay decoder priority so .mus hits the MIDI input first
parent
28071df622
commit
ddab71158e
|
@ -243,7 +243,7 @@
|
||||||
|
|
||||||
+ (float)priority
|
+ (float)priority
|
||||||
{
|
{
|
||||||
return 1.0;
|
return 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue