mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-07 02:46:12 -05:00
VideoCommon: Make dst_alpha state implicit.
This commit is contained in:
@@ -1218,7 +1218,7 @@ void Renderer::ResizeSwapChain()
|
||||
OnSwapChainResized();
|
||||
}
|
||||
|
||||
void Renderer::ApplyState(bool bUseDstAlpha)
|
||||
void Renderer::ApplyState()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user