summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_breakpoints.cpp
diff options
context:
space:
mode:
authorDaniel Lundqvist <luda09yl@student.hj.se>2014-12-31 23:03:15 +0100
committerDaniel Lundqvist <luda09yl@student.hj.se>2015-01-01 18:52:39 +0100
commit85c150a4fdd31424e475fe2d3982c884abe47c2e (patch)
tree382290aef6358ccb953ef10028092a73ea49caf5 /src/citra_qt/debugger/graphics_breakpoints.cpp
parentChange popout mode to "Single Window Mode" (diff)
downloadyuzu-85c150a4fdd31424e475fe2d3982c884abe47c2e.tar
yuzu-85c150a4fdd31424e475fe2d3982c884abe47c2e.tar.gz
yuzu-85c150a4fdd31424e475fe2d3982c884abe47c2e.tar.bz2
yuzu-85c150a4fdd31424e475fe2d3982c884abe47c2e.tar.lz
yuzu-85c150a4fdd31424e475fe2d3982c884abe47c2e.tar.xz
yuzu-85c150a4fdd31424e475fe2d3982c884abe47c2e.tar.zst
yuzu-85c150a4fdd31424e475fe2d3982c884abe47c2e.zip
Diffstat (limited to 'src/citra_qt/debugger/graphics_breakpoints.cpp')
-rw-r--r--src/citra_qt/debugger/graphics_breakpoints.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics_breakpoints.cpp b/src/citra_qt/debugger/graphics_breakpoints.cpp
index 9486f06cc..170aa736d 100644
--- a/src/citra_qt/debugger/graphics_breakpoints.cpp
+++ b/src/citra_qt/debugger/graphics_breakpoints.cpp
@@ -44,7 +44,7 @@ QVariant BreakPointModel::data(const QModelIndex& index, int role) const
{ Pica::DebugContext::Event::CommandProcessed, tr("Pica command processed") },
{ Pica::DebugContext::Event::IncomingPrimitiveBatch, tr("Incoming primitive batch") },
{ Pica::DebugContext::Event::FinishedPrimitiveBatch, tr("Finished primitive batch") },
- { Pica::DebugContext::Event::VertexLoaded, tr("Vertex Loaded") }
+ { Pica::DebugContext::Event::VertexLoaded, tr("Vertex loaded") }
};
_dbg_assert_(Debug_GPU, map.size() == static_cast<size_t>(Pica::DebugContext::Event::NumEvents));