mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Remove an unused function.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user