fix: add more legacy architectures
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
7e280de361
commit
98b6f90172
@ -30,7 +30,7 @@ struct RuntimeContext {
|
||||
|
||||
// "Legacy" refers to the fact that Mojang assumed that these are the only two architectures
|
||||
bool isLegacyArch() const {
|
||||
QSet<QString> legacyArchitectures{"amd64", "x86_64", "i686"};
|
||||
QSet<QString> legacyArchitectures{"amd64", "x86_64", "i386", "i686", "x86"};
|
||||
return legacyArchitectures.contains(mappedJavaRealArchitecture());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user