mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 14:37:48 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue