rsx: Implement draw call stepping

This commit is contained in:
Eladash 2022-12-10 10:57:05 +02:00 committed by Megamouse
parent 40406bd3fe
commit 151a0955cf
5 changed files with 64 additions and 39 deletions

View file

@ -400,8 +400,8 @@ void Buffer::ShowContextMenu(const QPoint& pos)
}
});
contextMenu.addAction(&action);
contextMenu.exec(mapToGlobal(pos));
context_menu.addAction(&action);
context_menu.exec(mapToGlobal(pos));
}
namespace