From 8e2b06906b8929c3c6a23b8243cb83167c994caf Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Sun, 2 Jan 2022 15:36:47 -0800 Subject: [PATCH] Create EnumMap natvis --- Source/Core/Common/EnumMap.natvis | 30 ++++++++++++++++++++++++++++++ Source/Core/DolphinLib.props | 1 + 2 files changed, 31 insertions(+) create mode 100644 Source/Core/Common/EnumMap.natvis diff --git a/Source/Core/Common/EnumMap.natvis b/Source/Core/Common/EnumMap.natvis new file mode 100644 index 0000000000..7d1b261890 --- /dev/null +++ b/Source/Core/Common/EnumMap.natvis @@ -0,0 +1,30 @@ + + + + + + + + + + + + $T2 + 1 + + + m_array[i] + i++ + + + + + diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props index 0940466a2a..af316ab9cf 100644 --- a/Source/Core/DolphinLib.props +++ b/Source/Core/DolphinLib.props @@ -1240,5 +1240,6 @@ +