diff options
| author | Léo Lam <leo@leolam.fr> | 2021-02-12 12:36:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-12 12:36:59 +0100 |
| commit | 09c9fdf71c5cd8412075bf73a8bea1861d15b175 (patch) | |
| tree | b2cef4179c1eb3bbbaea00ba1750ca3b176e4bde /Source/Core | |
| parent | 38935f2e4e93a91acebd08c51e4811e0bc487670 (diff) | |
| parent | 010291432312931853de305f094a0b7591aff3ba (diff) | |
Merge pull request #9505 from Pokechu22/bitfield-natvis
Restore BitField Natvis
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinLib.props | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props index 61688eb7b1..190610f632 100644 --- a/Source/Core/DolphinLib.props +++ b/Source/Core/DolphinLib.props @@ -1200,4 +1200,7 @@ <ClCompile Include="VideoCommon\XFMemory.cpp" /> <ClCompile Include="VideoCommon\XFStructs.cpp" /> </ItemGroup> + <ItemGroup> + <Natvis Include="Common\BitField.natvis" /> + </ItemGroup> </Project>
\ No newline at end of file |
