mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-10 03:44:26 +00: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;
|
js.downcountAmount += ops[i].opinfo->numCycles;
|
||||||
|
|
||||||
u32 function = HLE::GetFunctionIndex(ops[i].address);
|
u32 function = HLE::GetFirstFunctionIndex(ops[i].address);
|
||||||
if (function != 0)
|
if (function != 0)
|
||||||
{
|
{
|
||||||
int type = HLE::GetFunctionTypeByIndex(function);
|
int type = HLE::GetFunctionTypeByIndex(function);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user