mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-11 05:01:07 +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