mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-24 04:33:05 +00:00
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
This commit is contained in:
@@ -18,4 +18,8 @@ GPU::GPU() {
|
||||
|
||||
GPU::~GPU() = default;
|
||||
|
||||
const Tegra::Engines::Maxwell3D& GPU::Get3DEngine() const {
|
||||
return *maxwell_3d;
|
||||
}
|
||||
|
||||
} // namespace Tegra
|
||||
|
||||
Reference in New Issue
Block a user