mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Correct capitalization of 'Visual Studio'
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||||||
<!--
|
<!--
|
||||||
This is a re-implementation of the abstract bitfield class' algrothm (in BitField.h)
|
This is a re-implementation of the abstract bitfield class' algrothm (in BitField.h)
|
||||||
for visual studio to use for pretty-printing during debugging.
|
for Visual Studio to use for pretty-printing during debugging.
|
||||||
-->
|
-->
|
||||||
<Type Name="BitField<*,*,*>">
|
<Type Name="BitField<*,*,*>">
|
||||||
<DisplayString Condition="$T2 == 1"><![CDATA[{(storage & (1 << $T1)) != 0}]]></DisplayString>
|
<DisplayString Condition="$T2 == 1"><![CDATA[{(storage & (1 << $T1)) != 0}]]></DisplayString>
|
||||||
|
Reference in New Issue
Block a user