diff options
| author | bunnei <bunneidev@gmail.com> | 2017-10-13 17:56:42 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2017-10-13 17:56:42 -0400 |
| commit | d62750c46d41df776f87eaf8a19d5800b1be5dec (patch) | |
| tree | 259838d03d1952be0c876b0b04aedaf5c17b067f /src/core/hle/service/gsp_gpu.h | |
| parent | 15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7 (diff) | |
Remove more 3DS-specific code.
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 |
