Remove more 3DS-specific code.

This commit is contained in:
bunnei 2017-10-13 17:56:42 -04:00
parent 877d4c71d3
commit 8cf95d87aa
5 changed files with 3 additions and 48 deletions

View file

@ -16,16 +16,6 @@ enum class DspPipe;
namespace Service {
namespace DSP_DSP {
class Interface final : public Service::Interface {
public:
Interface();
~Interface() override;
std::string GetPortName() const override {
return "dsp::DSP";
}
};
/**
* Signal a specific DSP related interrupt of type == InterruptType::Pipe, pipe == pipe.
* @param pipe The DSP pipe for which to signal an interrupt for.