mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
BPFunctions: Remove use of a dumb method
GetPointer serves no purpose.
This commit is contained in:
@ -239,11 +239,6 @@ bool GetConfig(const int &type)
|
||||
}
|
||||
}
|
||||
|
||||
u8 *GetPointer(const u32 &address)
|
||||
{
|
||||
return Memory::GetPointer(address);
|
||||
}
|
||||
|
||||
void SetInterlacingMode(const BPCmd &bp)
|
||||
{
|
||||
// TODO
|
||||
|
Reference in New Issue
Block a user