HW/GPFifo: Refactor to class, move to Core::System.

This commit is contained in:
Admiral H. Curtiss
2023-01-05 05:18:24 +01:00
parent b6b46d8af3
commit fbcaf83d30
11 changed files with 150 additions and 81 deletions

View File

@ -43,6 +43,10 @@ namespace Fifo
{
class FifoManager;
}
namespace GPFifo
{
class GPFifoManager;
}
namespace Memory
{
class MemoryManager;
@ -111,6 +115,7 @@ public:
ExpansionInterface::ExpansionInterfaceState& GetExpansionInterfaceState() const;
Fifo::FifoManager& GetFifo() const;
GeometryShaderManager& GetGeometryShaderManager() const;
GPFifo::GPFifoManager& GetGPFifo() const;
Memory::MemoryManager& GetMemory() const;
MemoryInterface::MemoryInterfaceState& GetMemoryInterfaceState() const;
PixelEngine::PixelEngineManager& GetPixelEngine() const;