mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-08 08:00:01 +01:00
fixup: travis: Test with disabled CPU feature detection
This commit is contained in:
parent
5281d3c6d5
commit
01a26fa644
@ -238,6 +238,7 @@ bool BlockOfCode::DoesCpuSupport(Xbyak::util::Cpu::Type type) const {
|
|||||||
#ifdef DYNARMIC_ENABLE_CPU_FEATURE_DETECTION
|
#ifdef DYNARMIC_ENABLE_CPU_FEATURE_DETECTION
|
||||||
return cpu_info.has(type);
|
return cpu_info.has(type);
|
||||||
#else
|
#else
|
||||||
|
(void)type;
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user