mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-16 15:08:34 +00:00
Minor tweak to avoid some function call overhead.
This commit is contained in:
parent
28b3b841d5
commit
8a57e37f33
@ -406,7 +406,7 @@ MemoryInitedLock Lock()
|
|||||||
return MemoryInitedLock();
|
return MemoryInitedLock();
|
||||||
}
|
}
|
||||||
|
|
||||||
static Opcode Read_Instruction(u32 address, bool resolveReplacements, Opcode inst)
|
__forceinline static Opcode Read_Instruction(u32 address, bool resolveReplacements, Opcode inst)
|
||||||
{
|
{
|
||||||
if (!MIPS_IS_EMUHACK(inst.encoding)) {
|
if (!MIPS_IS_EMUHACK(inst.encoding)) {
|
||||||
return inst;
|
return inst;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user