summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorGravatar bunnei2020-01-02 22:03:30 -0500
committerGravatar GitHub2020-01-02 22:03:30 -0500
commitc332c66eb206ccd68b5826c91e5f5fba1cf442e7 (patch)
tree387e5129419845948ddfc3884be8acd69626f324 /src/core/core.h
parentMerge pull request #3243 from ReinUsesLisp/topologies (diff)
parentyuzu: Remove Maxwell debugger (diff)
downloadyuzu-c332c66eb206ccd68b5826c91e5f5fba1cf442e7.tar.gz
yuzu-c332c66eb206ccd68b5826c91e5f5fba1cf442e7.tar.xz
yuzu-c332c66eb206ccd68b5826c91e5f5fba1cf442e7.zip
Merge pull request #3267 from ReinUsesLisp/remove-maxwell-debugger
yuzu: Remove Maxwell debugger
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 91184e433..e240c5c58 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -307,10 +307,6 @@ public:
307 Service::SM::ServiceManager& ServiceManager(); 307 Service::SM::ServiceManager& ServiceManager();
308 const Service::SM::ServiceManager& ServiceManager() const; 308 const Service::SM::ServiceManager& ServiceManager() const;
309 309
310 void SetGPUDebugContext(std::shared_ptr<Tegra::DebugContext> context);
311
312 Tegra::DebugContext* GetGPUDebugContext() const;
313
314 void SetFilesystem(std::shared_ptr<FileSys::VfsFilesystem> vfs); 310 void SetFilesystem(std::shared_ptr<FileSys::VfsFilesystem> vfs);
315 311
316 std::shared_ptr<FileSys::VfsFilesystem> GetFilesystem() const; 312 std::shared_ptr<FileSys::VfsFilesystem> GetFilesystem() const;