mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Remove old RSX instructions viewer (#10710)
This commit is contained in:
parent
b928cb0223
commit
62beaf299f
3 changed files with 10 additions and 243 deletions
|
@ -2649,6 +2649,11 @@ namespace rsx
|
|||
{
|
||||
std::string result;
|
||||
|
||||
if (ctrl)
|
||||
{
|
||||
fmt::append(result, "FIFO: GET=0x%07x, PUT=0x%07x, REF=0x%08x\n", +ctrl->get, +ctrl->put, +ctrl->ref);
|
||||
}
|
||||
|
||||
for (u32 i = 0; i < 1 << 14; i++)
|
||||
{
|
||||
if (rsx::methods[i] == &invalid_method)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue