summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics/graphics_cmdlists.cpp
diff options
context:
space:
mode:
authorJonathan Hao <johnathan79717@gmail.com>2017-01-04 17:48:29 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-01-04 17:48:29 +0100
commitc18cb1b192d60499af3d68b244e86c8dd8f55200 (patch)
tree48c481884bb29dd7bde72694a6ed703bb416d7c3 /src/citra_qt/debugger/graphics/graphics_cmdlists.cpp
parentUpdate .travis.yml (diff)
downloadyuzu-c18cb1b192d60499af3d68b244e86c8dd8f55200.tar
yuzu-c18cb1b192d60499af3d68b244e86c8dd8f55200.tar.gz
yuzu-c18cb1b192d60499af3d68b244e86c8dd8f55200.tar.bz2
yuzu-c18cb1b192d60499af3d68b244e86c8dd8f55200.tar.lz
yuzu-c18cb1b192d60499af3d68b244e86c8dd8f55200.tar.xz
yuzu-c18cb1b192d60499af3d68b244e86c8dd8f55200.tar.zst
yuzu-c18cb1b192d60499af3d68b244e86c8dd8f55200.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/debugger/graphics/graphics_cmdlists.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/citra_qt/debugger/graphics/graphics_cmdlists.cpp b/src/citra_qt/debugger/graphics/graphics_cmdlists.cpp
index dab529e3a..f5a2ec761 100644
--- a/src/citra_qt/debugger/graphics/graphics_cmdlists.cpp
+++ b/src/citra_qt/debugger/graphics/graphics_cmdlists.cpp
@@ -135,11 +135,6 @@ void GPUCommandListWidget::OnCommandDoubleClicked(const QModelIndex& index) {
UNREACHABLE_MSG("Unknown texture command");
}
- const auto texture = Pica::g_state.regs.GetTextures()[texture_index];
- const auto config = texture.config;
- const auto format = texture.format;
- const auto info = Pica::DebugUtils::TextureInfo::FromPicaRegister(config, format);
-
// TODO: Open a surface debugger
}
}