mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove an unused function.
This commit is contained in:
parent
419b960403
commit
25136eb019
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue