mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 22:41:18 +12:00
14 lines
460 B
XML
14 lines
460 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
|
|
<Type Name="boost::container::small_vector<*>">
|
|
<Expand>
|
|
<Item Name="[size]">m_holder.m_size</Item>
|
|
<ArrayItems>
|
|
<Size>m_holder.m_size</Size>
|
|
<ValuePointer>m_holder.m_start</ValuePointer>
|
|
</ArrayItems>
|
|
</Expand>
|
|
</Type>
|
|
|
|
</AutoVisualizer>
|