Add Masari v7 support (#133)
This commit is contained in:
parent
e23743980e
commit
ae15b9f5ac
7 changed files with 22 additions and 9 deletions
|
@ -281,7 +281,8 @@ constexpr static const char *pow_variant_names[] = {
|
|||
"1",
|
||||
"ipbc",
|
||||
"alloy",
|
||||
"xtl"
|
||||
"xtl",
|
||||
"msr"
|
||||
};
|
||||
|
||||
Options *Options::parse(int argc, char **argv)
|
||||
|
@ -1022,7 +1023,6 @@ bool Options::parsePowVariant(const char *powVariant)
|
|||
break;
|
||||
}
|
||||
|
||||
|
||||
if (i == ARRAY_SIZE(pow_variant_names) - 1 && !strcmp(powVariant, "tube")) {
|
||||
m_powVariant = POW_IPBC;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue