mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-05-09 11:18:41 +00:00
A few registers had names such as "count" or "number" when they actually contained the maximum (that is, count - 1). This can easily lead to hard to notice off by one errors.