dolphin/Source/Core/DolphinQt/FIFO
Pokechu22 e4605fa399 Fifo analyzer: Create a new object for each EFB copy
Previously, EFB copies would be in the middle of other objects, as objects were only split on primitive data.  A distinct object for each EFB copy makes them easier to spot, but does also mean there are more objects that do nothing when disabled (as disabling an object only skips primitive data, and there is no primitive data for EFB copies).
2021-12-18 15:21:48 -08:00
..
FIFOAnalyzer.cpp Fifo analyzer: Create a new object for each EFB copy 2021-12-18 15:21:48 -08:00
FIFOAnalyzer.h Refactor object listing code 2021-12-18 12:51:56 -08:00
FIFOPlayerWindow.cpp Refactor OpcodeDecoding and FIFO analyzer to use callbacks 2021-12-18 15:21:36 -08:00
FIFOPlayerWindow.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00