mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
VideoSW: Drop SetScissor().
Just access the global state directly.
This commit is contained in:
parent
8b0fd623e5
commit
7a154181b4
3 changed files with 19 additions and 30 deletions
|
@ -14,8 +14,6 @@ namespace Rasterizer
|
|||
|
||||
void DrawTriangleFrontFace(OutputVertexData *v0, OutputVertexData *v1, OutputVertexData *v2);
|
||||
|
||||
void SetScissor();
|
||||
|
||||
void SetTevReg(int reg, int comp, bool konst, s16 color);
|
||||
|
||||
struct Slope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue