citra-qt: Add command list view.

This commit is contained in:
Tony Wasserka
2014-05-18 17:52:22 +02:00
committed by bunnei
parent 5d62f5d92a
commit 6893732348
8 changed files with 129 additions and 2 deletions

View File

@@ -131,6 +131,7 @@
<ClCompile Include="config\controller_config_util.cpp" />
<ClCompile Include="debugger\callstack.cpp" />
<ClCompile Include="debugger\graphics.cpp" />
<ClCompile Include="debugger\graphics_cmdlists.cpp" />
<ClCompile Include="debugger\registers.cpp" />
<ClCompile Include="debugger\disassembler.cpp" />
<ClCompile Include="debugger\ramview.cpp" />
@@ -146,6 +147,7 @@
<MOC Include="debugger\callstack.hxx" />
<MOC Include="debugger\disassembler.hxx" />
<MOC Include="debugger\graphics.hxx" />
<MOC Include="debugger\graphics_cmdlists.hxx" />
<MOC Include="debugger\ramview.hxx" />
<MOC Include="debugger\registers.hxx" />
<MOC Include="bootmanager.hxx" />