mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
[HLE] CachedInterpreter: Fixes invalid logs
This commit is contained in:
parent
e0e93fc3a6
commit
51def492c7
@ -205,7 +205,7 @@ void CachedInterpreter::Jit(u32 address)
|
||||
{
|
||||
js.downcountAmount += ops[i].opinfo->numCycles;
|
||||
|
||||
u32 function = HLE::GetFunctionIndex(ops[i].address);
|
||||
u32 function = HLE::GetFirstFunctionIndex(ops[i].address);
|
||||
if (function != 0)
|
||||
{
|
||||
int type = HLE::GetFunctionTypeByIndex(function);
|
||||
|
Loading…
x
Reference in New Issue
Block a user