Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
This commit is contained in:
parent
1b8d798835
commit
77fd0d47e7
15 changed files with 1155 additions and 4 deletions
|
@ -13,6 +13,8 @@
|
|||
|
||||
namespace Tegra {
|
||||
|
||||
class DebugContext;
|
||||
|
||||
/**
|
||||
* Struct describing framebuffer configuration
|
||||
*/
|
||||
|
@ -66,6 +68,9 @@ public:
|
|||
/// Processes a command list stored at the specified address in GPU memory.
|
||||
void ProcessCommandList(GPUVAddr address, u32 size);
|
||||
|
||||
/// Returns a reference to the Maxwell3D GPU engine.
|
||||
const Engines::Maxwell3D& Get3DEngine() const;
|
||||
|
||||
std::unique_ptr<MemoryManager> memory_manager;
|
||||
|
||||
Engines::Maxwell3D& Maxwell3D() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue