mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
BPFunctions: Remove use of a dumb method
GetPointer serves no purpose.
This commit is contained in:
parent
56228cea5d
commit
fe645b888b
3 changed files with 2 additions and 8 deletions
|
@ -239,11 +239,6 @@ bool GetConfig(const int &type)
|
|||
}
|
||||
}
|
||||
|
||||
u8 *GetPointer(const u32 &address)
|
||||
{
|
||||
return Memory::GetPointer(address);
|
||||
}
|
||||
|
||||
void SetInterlacingMode(const BPCmd &bp)
|
||||
{
|
||||
// TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue