duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

gsvector.natvis (345B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
      3 	<Type Name="GSVector2T&lt;*&gt;">
      4 		<DisplayString>{{ {x}, {y} }}</DisplayString>
      5 	</Type>
      6 
      7 	<Type Name="GSVector4i">
      8 		<DisplayString>{{ {I32[0]}, {I32[1]}, {I32[2]}, {I32[3]} }}</DisplayString>
      9 	</Type>
     10 </AutoVisualizer>