mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
VideoSW: Drop SetViewOffset.
Just use the global state.
This commit is contained in:
parent
965d1236d2
commit
8b0fd623e5
3 changed files with 2 additions and 13 deletions
|
@ -10,8 +10,6 @@ namespace Clipper
|
|||
{
|
||||
void Init();
|
||||
|
||||
void SetViewOffset();
|
||||
|
||||
void ProcessTriangle(OutputVertexData *v0, OutputVertexData *v1, OutputVertexData *v2);
|
||||
|
||||
void ProcessLine(OutputVertexData *v0, OutputVertexData *v1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue