From a9a55947a543d04a189e4d3a07303f24878253f9 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 7 Sep 2024 21:53:32 +1000 Subject: [PATCH] Common: Fix GSVector natvis --- src/common/gsvector.natvis | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/common/gsvector.natvis b/src/common/gsvector.natvis index 077d748e0..379a5fabd 100644 --- a/src/common/gsvector.natvis +++ b/src/common/gsvector.natvis @@ -1,10 +1,15 @@ - - {{ {x}, {y} }} + + {{ {F32[0]}, {F32[1]} }} + + + {{ {S32[0]}, {S32[1]} }} + + + {{ {F32[2]-F32[0]}x{F32[3]-F32[1]} {F32[0]}, {F32[1]}, {F32[2]}, {F32[3]} }} - - {{ {I32[0]}, {I32[1]}, {I32[2]}, {I32[3]} }} + {{ {S32[2]-S32[0]}x{S32[3]-S32[1]} {S32[0]}, {S32[1]}, {S32[2]}, {S32[3]} }} \ No newline at end of file