Change sidplay decoder priority so .mus hits the MIDI input first

This commit is contained in:
Chris Moeller 2015-04-12 23:28:06 -07:00
parent 28071df622
commit ddab71158e

View file

@ -243,7 +243,7 @@
+ (float)priority + (float)priority
{ {
return 1.0; return 0.5;
} }
@end @end