mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 18:07:50 +00:00
Remove more 3DS-specific code.
This commit is contained in:
parent
877d4c71d3
commit
8cf95d87aa
5 changed files with 3 additions and 48 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue