mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-15 21:51:25 +02:00

Now that everything has been changed to use the new structs, the old methods and structs can be removed. And while I was changing the base device class, I also moved the "unsupported command" code to a separate function. It was pretty silly to copy the same 3 lines for ~5 commands.