From d62750c46d41df776f87eaf8a19d5800b1be5dec Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 13 Oct 2017 17:56:42 -0400 Subject: Remove more 3DS-specific code. --- src/core/hle/service/gsp_gpu.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/core/hle/service/gsp_gpu.h') diff --git a/src/core/hle/service/gsp_gpu.h b/src/core/hle/service/gsp_gpu.h index c6e24073b..3c97763d9 100644 --- a/src/core/hle/service/gsp_gpu.h +++ b/src/core/hle/service/gsp_gpu.h @@ -174,16 +174,6 @@ struct CommandBuffer { }; static_assert(sizeof(CommandBuffer) == 0x200, "CommandBuffer struct has incorrect size"); -class GSP_GPU final : public Interface { -public: - GSP_GPU(); - ~GSP_GPU() override; - - std::string GetPortName() const override { - return "gsp::Gpu"; - } -}; - /** * Signals that the specified interrupt type has occurred to userland code * @param interrupt_id ID of interrupt that is being signalled -- cgit v1.2.3