mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Remove blend
This commit is contained in:
parent
403f585a19
commit
537187687d
6 changed files with 62 additions and 149 deletions
|
|
@ -471,8 +471,8 @@ void SetupRsxRenderingStates(vm::ptr<CellGcmContextData>& cntxt)
|
|||
rsx::method_registers[NV4097_SET_COLOR_MASK] = -1;
|
||||
rsx::method_registers[NV4097_SET_DEPTH_MASK] = 0;
|
||||
r.m_set_alpha_test = false;
|
||||
r.m_set_blend = false;
|
||||
r.m_set_blend_mrt1 = r.m_set_blend_mrt2 = r.m_set_blend_mrt3 = false;
|
||||
rsx::method_registers[NV4097_SET_BLEND_ENABLE] = false;
|
||||
rsx::method_registers[NV4097_SET_BLEND_ENABLE_MRT] = false;
|
||||
// r.m_set_logic_op = false;
|
||||
r.m_set_cull_face = false;
|
||||
r.m_set_depth_bounds_test = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue