mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 06:27:58 -05:00
Merge pull request #892 from zawata/another-warning-fixes
Yet More Warning Fixes
This commit is contained in:
@ -170,7 +170,7 @@ GPUCommandListModel::GPUCommandListModel(QObject* parent) : QAbstractListModel(p
|
||||
}
|
||||
|
||||
int GPUCommandListModel::rowCount(const QModelIndex& parent) const {
|
||||
return pica_trace.writes.size();
|
||||
return static_cast<int>(pica_trace.writes.size());
|
||||
}
|
||||
|
||||
int GPUCommandListModel::columnCount(const QModelIndex& parent) const {
|
||||
|
Reference in New Issue
Block a user