mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 21:17:43 -07:00
Minor change
This commit is contained in:
parent
ea44670330
commit
e7a4299400
@ -1069,10 +1069,9 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
|
||||
if (_supportExtDynamic)
|
||||
{
|
||||
var oldTopologyClass = _newState.TopologyClass;
|
||||
var newTopologyClass = Gd.TopologyRemap(topology).ConvertToClass();
|
||||
|
||||
if ((oldTopologyClass != newTopologyClass))
|
||||
if ((_newState.TopologyClass != newTopologyClass))
|
||||
{
|
||||
_newState.TopologyClass = newTopologyClass;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user