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
This commit is contained in:
parent
e2bca8f93b
commit
120daf291a
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ static void g_push_archive_extensions(std::vector<std::string> & list)
|
||||||
|
|
||||||
+ (float)priority
|
+ (float)priority
|
||||||
{
|
{
|
||||||
return 0.75;
|
return 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue