mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06: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