mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 16:01:09 -04:00
VideoCommon: Make dst_alpha state implicit.
This commit is contained in:
@@ -54,7 +54,7 @@ void SWVertexLoader::ResetBuffer(u32 stride)
|
||||
IndexGenerator::Start(GetIndexBuffer());
|
||||
}
|
||||
|
||||
void SWVertexLoader::vFlush(bool useDstAlpha)
|
||||
void SWVertexLoader::vFlush()
|
||||
{
|
||||
DebugUtil::OnObjectBegin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user