mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Fix stuff
This commit is contained in:
parent
32b78a8572
commit
7e0db58b1e
1 changed files with 1 additions and 0 deletions
|
@ -356,6 +356,7 @@ void BPWritten(const BPCmd& bp)
|
||||||
PRIM_LOG("alphacmp: ref0=%d, ref1=%d, comp0=%d, comp1=%d, logic=%d", bpmem.alpha_test.ref0,
|
PRIM_LOG("alphacmp: ref0=%d, ref1=%d, comp0=%d, comp1=%d, logic=%d", bpmem.alpha_test.ref0,
|
||||||
bpmem.alpha_test.ref1, bpmem.alpha_test.comp0, bpmem.alpha_test.comp1, bpmem.alpha_test.logic);
|
bpmem.alpha_test.ref1, bpmem.alpha_test.comp0, bpmem.alpha_test.comp1, bpmem.alpha_test.logic);
|
||||||
PixelShaderManager::SetAlpha(bpmem.alpha_test);
|
PixelShaderManager::SetAlpha(bpmem.alpha_test);
|
||||||
|
g_renderer->SetColorMask();
|
||||||
break;
|
break;
|
||||||
case BPMEM_BIAS: // BIAS
|
case BPMEM_BIAS: // BIAS
|
||||||
PRIM_LOG("ztex bias=0x%x", bpmem.ztex1.bias);
|
PRIM_LOG("ztex bias=0x%x", bpmem.ztex1.bias);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue