Core/IOS/WiiIPC: Refactor to class, move to System.

This commit is contained in:
Admiral H. Curtiss
2024-01-11 06:48:17 +01:00
parent be7f4ab244
commit 17753d5168
9 changed files with 234 additions and 166 deletions

View File

@ -56,6 +56,10 @@ namespace HSP
{
class HSPManager;
}
namespace IOS
{
class WiiIPC;
}
namespace IOS::HLE::USB
{
class SkylanderPortal;
@ -151,6 +155,7 @@ public:
JitInterface& GetJitInterface() const;
IOS::HLE::USB::SkylanderPortal& GetSkylanderPortal() const;
IOS::HLE::USB::InfinityBase& GetInfinityBase() const;
IOS::WiiIPC& GetWiiIPC() const;
Memory::MemoryManager& GetMemory() const;
MemoryInterface::MemoryInterfaceManager& GetMemoryInterface() const;
PowerPC::MMU& GetMMU() const;