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:
Christopher Snowhill 2021-12-27 17:47:57 -08:00
parent e2bca8f93b
commit 120daf291a

View file

@ -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