mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-04 06:28:03 +00:00
Android buildfix (expressionparser stuff)
This commit is contained in:
parent
841740cf8b
commit
6ead10b377
@ -66,6 +66,13 @@ public:
|
||||
if (referenceIndex == 32) return cpu->GetPC();
|
||||
return -1;
|
||||
}
|
||||
|
||||
// Need to implement all pure virtuals in order to instantiate it (like done in initExpression):
|
||||
virtual bool getMemoryValue(uint32 address, int size, uint32& dest, char* error) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
DebugInterface* cpu;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user