mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
Merge pull request #10549 from Pokechu22/sw-tev-enum-map
Refactor various bits of graphics code for readability
This commit is contained in:
commit
2dfe91336a
13 changed files with 515 additions and 468 deletions
|
@ -224,7 +224,7 @@ public:
|
|||
const auto [name, desc] = GetXFTransferInfo(address, count, data);
|
||||
ASSERT(!name.empty());
|
||||
|
||||
const u32 command = address | (count << 16);
|
||||
const u32 command = address | ((count - 1) << 16);
|
||||
|
||||
text = QStringLiteral("XF %1 ").arg(command, 8, 16, QLatin1Char('0'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue