mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Add usz alias for std::size_t
This commit is contained in:
parent
360c4d1554
commit
fb29933d3d
173 changed files with 718 additions and 717 deletions
|
|
@ -100,7 +100,7 @@ void render_creator::update_names(const QStringList& names)
|
|||
{
|
||||
for (int i = 0; i < names.size(); i++)
|
||||
{
|
||||
if (static_cast<size_t>(i) >= renderers.size() || !renderers[i])
|
||||
if (static_cast<usz>(i) >= renderers.size() || !renderers[i])
|
||||
{
|
||||
cfg_log.error("render_creator::update_names could not update renderer %d", i);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue