mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
Merge pull request #5112 from MerryMage/quantize
Jit64AsmCommon: Use correct quantization table
This commit is contained in:
commit
a20b73cfb4
@ -301,7 +301,7 @@ void QuantizedMemoryRoutines::GenQuantizedStore(bool single, EQuantizeType type,
|
||||
}
|
||||
else if (quantize > 0)
|
||||
{
|
||||
MULSS(XMM0, M(&m_dequantizeTableS[quantize * 2]));
|
||||
MULSS(XMM0, M(&m_quantizeTableS[quantize * 2]));
|
||||
}
|
||||
|
||||
switch (type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user