Merge yuzu-emu#13100

This commit is contained in:
yuzubot
2024-02-22 17:42:09 +00:00
parent 400bef2939
commit fe677bbe65
58 changed files with 1873 additions and 2055 deletions

View File

@ -146,11 +146,11 @@ public:
break;
}
tags[released++] = tag;
if (released >= tags.size()) {
break;
}
tags[released++] = tag;
}
return released;