mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-30 11:50:32 +00:00
Remove an unused function.
This commit is contained in:
parent
419b960403
commit
25136eb019
@ -1054,13 +1054,6 @@ int MIPSInterpret_RunUntil(u64 globalTicks)
|
||||
return 1;
|
||||
}
|
||||
|
||||
static inline void DelayBranchTo(MIPSState *curMips, u32 where)
|
||||
{
|
||||
curMips->pc += 4;
|
||||
curMips->nextPC = where;
|
||||
curMips->inDelaySlot = true;
|
||||
}
|
||||
|
||||
const char *MIPSGetName(MIPSOpcode op)
|
||||
{
|
||||
static const char *noname = "unk";
|
||||
|
Loading…
Reference in New Issue
Block a user