mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoSW: Drop SetViewOffset.
Just use the global state.
This commit is contained in:
@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user