diff options
| author | 2015-01-02 14:49:50 +0100 | |
|---|---|---|
| committer | 2015-01-02 14:49:50 +0100 | |
| commit | 27406cc3776d07a4daeab4f26aa2e602bc450f27 (patch) | |
| tree | 1a4ef7ceacaf2a4ba9f5bd14c03bb207f92b1545 /src/citra_qt/debugger/graphics_breakpoints.cpp | |
| parent | Merge pull request #358 from neobrain/pica_progress2 (diff) | |
| parent | Make letter cases consistent in menus and widgets (diff) | |
| download | yuzu-27406cc3776d07a4daeab4f26aa2e602bc450f27.tar.gz yuzu-27406cc3776d07a4daeab4f26aa2e602bc450f27.tar.xz yuzu-27406cc3776d07a4daeab4f26aa2e602bc450f27.zip | |
Merge pull request #377 from Yllodra/misc-changes
Qt: Letter cases and single window mode
Diffstat (limited to 'src/citra_qt/debugger/graphics_breakpoints.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics_breakpoints.cpp | 2 |
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 | |||
| 44 | { Pica::DebugContext::Event::CommandProcessed, tr("Pica command processed") }, | 44 | { Pica::DebugContext::Event::CommandProcessed, tr("Pica command processed") }, |
| 45 | { Pica::DebugContext::Event::IncomingPrimitiveBatch, tr("Incoming primitive batch") }, | 45 | { Pica::DebugContext::Event::IncomingPrimitiveBatch, tr("Incoming primitive batch") }, |
| 46 | { Pica::DebugContext::Event::FinishedPrimitiveBatch, tr("Finished primitive batch") }, | 46 | { Pica::DebugContext::Event::FinishedPrimitiveBatch, tr("Finished primitive batch") }, |
| 47 | { Pica::DebugContext::Event::VertexLoaded, tr("Vertex Loaded") } | 47 | { Pica::DebugContext::Event::VertexLoaded, tr("Vertex loaded") } |
| 48 | }; | 48 | }; |
| 49 | 49 | ||
| 50 | _dbg_assert_(Debug_GPU, map.size() == static_cast<size_t>(Pica::DebugContext::Event::NumEvents)); | 50 | _dbg_assert_(Debug_GPU, map.size() == static_cast<size_t>(Pica::DebugContext::Event::NumEvents)); |