mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 12:22:40 +00:00
Maxwell3D: restore original topology when topology overrides are disabled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user