mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Core: Remove unimplemented class function declarations
This commit is contained in:
parent
94ee3761ca
commit
b1901fbad2
3 changed files with 0 additions and 3 deletions
|
@ -210,7 +210,6 @@ public:
|
|||
static DebugInterface* getCpu() { return cpu; };
|
||||
static int getMaxParamChars() { return maxParamChars; };
|
||||
private:
|
||||
DisassemblyEntry* getEntry(u32 address);
|
||||
static std::map<u32,DisassemblyEntry*> entries;
|
||||
static DebugInterface* cpu;
|
||||
static int maxParamChars;
|
||||
|
|
|
@ -90,7 +90,6 @@ private:
|
|||
void DisplayBanner(int which);
|
||||
void DisplaySaveList(bool canMove = true);
|
||||
void DisplaySaveIcon();
|
||||
void DisplayTitle(std::string name);
|
||||
void DisplaySaveDataInfo1();
|
||||
void DisplaySaveDataInfo2();
|
||||
void DisplayMessage(std::string text, bool hasYesNo = false);
|
||||
|
|
|
@ -97,7 +97,6 @@ public:
|
|||
~AuCtx();
|
||||
|
||||
u32 AuDecode(u32 pcmAddr);
|
||||
u32 AuExit();
|
||||
|
||||
u32 AuNotifyAddStreamData(int size);
|
||||
int AuCheckStreamDataNeeded();
|
||||
|
|
Loading…
Add table
Reference in a new issue