diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-05-18 17:52:22 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-06-12 06:10:52 -0400 |
commit | 6893732348c3689b094c2e9749f8eb9e877028b8 (patch) | |
tree | 915e207f2607b85d5a65c9cf08d3cdc360b0adbe /src/citra_qt/citra_qt.vcxproj | |
parent | 5d62f5d92a53d4bbec20069984f5a5c7fa73524a (diff) |
citra-qt: Add command list view.
Diffstat (limited to 'src/citra_qt/citra_qt.vcxproj')
-rw-r--r-- | src/citra_qt/citra_qt.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/citra_qt.vcxproj b/src/citra_qt/citra_qt.vcxproj index a1b24f676..c99c8eeee 100644 --- a/src/citra_qt/citra_qt.vcxproj +++ b/src/citra_qt/citra_qt.vcxproj @@ -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" /> |