Remove more 3DS-specific code.

This commit is contained in:
bunnei
2017-10-13 17:56:42 -04:00
parent 15983dcfdc
commit d62750c46d
5 changed files with 3 additions and 48 deletions

View File

@ -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