dolphin/Source/Core/DolphinQt/FIFO
Pokechu22 698def66ff Fifo analyzer: Fix various XF mistakes
* 'hangle' was a typo
* Light colors include an alpha value, so they should be 8 characters, not 6
* The XF command format adds 1 to the count internally (so 0 is one word), but we need to subtract that back to produce a valid command
* XFMEM_POSTMATRICES was calculating the row by subtracting XFMEM_POSMATRICES (POS vs POST), resulting in incorrect row numbering
2022-08-29 11:10:05 -07:00
..
FIFOAnalyzer.cpp Fifo analyzer: Fix various XF mistakes 2022-08-29 11:10:05 -07:00
FIFOAnalyzer.h Refactor object listing code 2021-12-18 12:51:56 -08:00
FIFOPlayerWindow.cpp FifoPlayer: Add missing call to LoadSettings() 2022-01-17 11:00:13 -08:00
FIFOPlayerWindow.h FifoPlayer: Allow changing loop option at runtime 2022-01-06 19:08:16 -08:00