diff options
Diffstat (limited to 'src/citra_qt/debugger/graphics_cmdlists.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics_cmdlists.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics_cmdlists.cpp b/src/citra_qt/debugger/graphics_cmdlists.cpp index 392ff570b..de10bce1f 100644 --- a/src/citra_qt/debugger/graphics_cmdlists.cpp +++ b/src/citra_qt/debugger/graphics_cmdlists.cpp | |||
| @@ -170,7 +170,7 @@ GPUCommandListModel::GPUCommandListModel(QObject* parent) : QAbstractListModel(p | |||
| 170 | } | 170 | } |
| 171 | 171 | ||
| 172 | int GPUCommandListModel::rowCount(const QModelIndex& parent) const { | 172 | int GPUCommandListModel::rowCount(const QModelIndex& parent) const { |
| 173 | return pica_trace.writes.size(); | 173 | return static_cast<int>(pica_trace.writes.size()); |
| 174 | } | 174 | } |
| 175 | 175 | ||
| 176 | int GPUCommandListModel::columnCount(const QModelIndex& parent) const { | 176 | int GPUCommandListModel::columnCount(const QModelIndex& parent) const { |