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

CQTexperiment
Christopher Snowhill 2021-12-27 17:47:57 -08:00
parent e2bca8f93b
commit 120daf291a
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ static void g_push_archive_extensions(std::vector<std::string> & list)
+ (float)priority
{
return 0.75;
return 1.0;
}
@end