Remove old RSX instructions viewer (#10710)

This commit is contained in:
Eladash 2021-08-14 21:20:11 +03:00 committed by GitHub
parent b928cb0223
commit 62beaf299f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 243 deletions

View file

@ -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)