mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
Maxwell3D: restore original topology when topology overrides are disabled
This commit is contained in:
parent
37aa472269
commit
364c67e49b
@ -377,6 +377,8 @@ void Maxwell3D::ProcessTopologyOverride() {
|
||||
|
||||
switch (regs.topology_override) {
|
||||
case PrimitiveTopologyOverride::None:
|
||||
topology = regs.draw.topology;
|
||||
break;
|
||||
case PrimitiveTopologyOverride::Points:
|
||||
topology = PrimitiveTopology::Points;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user