diff options
Diffstat (limited to 'src/core/hle/service/gsp_gpu.h')
| -rw-r--r-- | src/core/hle/service/gsp_gpu.h | 10 |
1 files changed, 0 insertions, 10 deletions
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 |
