mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
[HLE] CachedInterpreter: Fixes invalid logs
This commit is contained in:
parent
e0e93fc3a6
commit
51def492c7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue