OpenMPT legacy: No longer need to reduce its priority level, since it's OS version gated to not load on OSes that support the newer plugin
parent
e2bca8f93b
commit
120daf291a
|
@ -190,7 +190,7 @@ static void g_push_archive_extensions(std::vector<std::string> & list)
|
|||
|
||||
+ (float)priority
|
||||
{
|
||||
return 0.75;
|
||||
return 1.0;
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue