mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
rsx: Implement draw call stepping
This commit is contained in:
parent
40406bd3fe
commit
151a0955cf
5 changed files with 64 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue