mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Remove unused code
This commit is contained in:
parent
6e5e496115
commit
4645473dab
@ -2165,6 +2165,7 @@ static u32 sceKernelLoadModuleDNAS(const char *name, u32 flags)
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Pretty sure this is a badly brute-forced function name...
|
||||
static SceUID sceKernelLoadModuleBufferUsbWlan(u32 size, u32 bufPtr, u32 flags, u32 lmoptionPtr)
|
||||
{
|
||||
if (flags != 0) {
|
||||
|
@ -85,19 +85,6 @@ int MIPS_SingleStep()
|
||||
return 1;
|
||||
}
|
||||
|
||||
u32 MIPS_GetNextPC()
|
||||
{
|
||||
if (mipsr4k.inDelaySlot)
|
||||
return mipsr4k.nextPC;
|
||||
else
|
||||
return mipsr4k.pc + 4;
|
||||
}
|
||||
|
||||
void MIPS_ClearDelaySlot()
|
||||
{
|
||||
mipsr4k.inDelaySlot = false;
|
||||
}
|
||||
|
||||
namespace MIPSInt
|
||||
{
|
||||
void Int_Cache(MIPSOpcode op)
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
u32 MIPS_GetNextPC();
|
||||
void MIPS_ClearDelaySlot();
|
||||
int MIPS_SingleStep();
|
||||
|
||||
namespace MIPSInt
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
u32 MIPS_GetNextPC();
|
||||
void MIPS_ClearDelaySlot();
|
||||
int MIPS_SingleStep();
|
||||
|
||||
namespace MIPSInt
|
||||
|
Loading…
Reference in New Issue
Block a user