mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #5224 from ligfx/cachedinterpreterhle
CachedInterpreter: fix HLEFunction argument
This commit is contained in:
commit
579b7538e7
@ -215,7 +215,7 @@ void CachedInterpreter::Jit(u32 address)
|
|||||||
if (HLE::IsEnabled(flags))
|
if (HLE::IsEnabled(flags))
|
||||||
{
|
{
|
||||||
m_code.emplace_back(WritePC, ops[i].address);
|
m_code.emplace_back(WritePC, ops[i].address);
|
||||||
m_code.emplace_back(Interpreter::HLEFunction, ops[i].inst);
|
m_code.emplace_back(Interpreter::HLEFunction, function);
|
||||||
if (type == HLE::HLE_HOOK_REPLACE)
|
if (type == HLE::HLE_HOOK_REPLACE)
|
||||||
{
|
{
|
||||||
m_code.emplace_back(EndBlock, js.downcountAmount);
|
m_code.emplace_back(EndBlock, js.downcountAmount);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user