Fix for cnv2_double_main_loop upx/fastv2
- Added more tests
This commit is contained in:
parent
317b521c76
commit
98a09c25c2
4 changed files with 29 additions and 11 deletions
|
@ -150,6 +150,10 @@ PowVariant Job::powVariant() const
|
|||
} else {
|
||||
return PowVariant::POW_V0;
|
||||
}
|
||||
} else if (m_powVariant == PowVariant::POW_XTL) {
|
||||
if (m_blob[0] >= 9) {
|
||||
return PowVariant::POW_FAST_2;
|
||||
}
|
||||
} else if (m_powVariant == PowVariant::POW_MSR) {
|
||||
if (m_blob[0] >= 8) {
|
||||
return PowVariant::POW_FAST_2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue