HW/MemoryInterface: Refactor to class.

This commit is contained in:
Admiral H. Curtiss
2023-03-10 21:27:35 +01:00
parent bf95d4012f
commit 84542d915d
6 changed files with 135 additions and 144 deletions

View File

@ -62,7 +62,7 @@ class MemoryManager;
};
namespace MemoryInterface
{
class MemoryInterfaceState;
class MemoryInterfaceManager;
};
namespace PixelEngine
{
@ -133,7 +133,7 @@ public:
HSP::HSPManager& GetHSP() const;
IOS::HLE::USB::SkylanderPortal& GetSkylanderPortal() const;
Memory::MemoryManager& GetMemory() const;
MemoryInterface::MemoryInterfaceState& GetMemoryInterfaceState() const;
MemoryInterface::MemoryInterfaceManager& GetMemoryInterface() const;
PixelEngine::PixelEngineManager& GetPixelEngine() const;
PixelShaderManager& GetPixelShaderManager() const;
PowerPC::PowerPCState& GetPPCState() const;