mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
rsx: Remove deprecated do_method path that has been superceded by c++ inheritance for many years
This commit is contained in:
parent
0b78404337
commit
8dfea032f2
8 changed files with 16 additions and 89 deletions
|
|
@ -11,11 +11,6 @@ NullGSRender::NullGSRender() : GSRender()
|
|||
{
|
||||
}
|
||||
|
||||
bool NullGSRender::do_method(u32 cmd, u32 value)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void NullGSRender::end()
|
||||
{
|
||||
rsx::method_registers.current_draw_clause.end();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue