mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 10:04:16 -05:00
VideoSW: Drop SetViewOffset.
Just use the global state.
This commit is contained in:
@@ -10,8 +10,6 @@ namespace Clipper
|
||||
{
|
||||
void Init();
|
||||
|
||||
void SetViewOffset();
|
||||
|
||||
void ProcessTriangle(OutputVertexData *v0, OutputVertexData *v1, OutputVertexData *v2);
|
||||
|
||||
void ProcessLine(OutputVertexData *v0, OutputVertexData *v1);
|
||||
|
||||
Reference in New Issue
Block a user