mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +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
|
@ -79,7 +79,6 @@ void SWVertexLoader::vFlush(bool useDstAlpha)
|
|||
m_SetupUnit->Init(primitiveType);
|
||||
|
||||
// set all states with are stored within video sw
|
||||
Clipper::SetViewOffset();
|
||||
Rasterizer::SetScissor();
|
||||
for (int i = 0; i < 4; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue