HW/HSP: Refactor to class, move to System.

This commit is contained in:
Admiral H. Curtiss
2023-03-07 02:11:39 +01:00
parent 560a23957c
commit f389da2a33
6 changed files with 58 additions and 31 deletions

View File

@ -47,6 +47,10 @@ namespace GPFifo
{
class GPFifoManager;
}
namespace HSP
{
class HSPManager;
}
namespace IOS::HLE::USB
{
class SkylanderPortal;
@ -124,6 +128,7 @@ public:
Fifo::FifoManager& GetFifo() const;
GeometryShaderManager& GetGeometryShaderManager() const;
GPFifo::GPFifoManager& GetGPFifo() const;
HSP::HSPManager& GetHSP() const;
IOS::HLE::USB::SkylanderPortal& GetSkylanderPortal() const;
Memory::MemoryManager& GetMemory() const;
MemoryInterface::MemoryInterfaceState& GetMemoryInterfaceState() const;