HW/VideoInterface: Refactor to class.

This commit is contained in:
Admiral H. Curtiss
2023-03-10 22:14:54 +01:00
parent 2102e64299
commit 069280ddc6
13 changed files with 450 additions and 463 deletions

View File

@ -82,7 +82,7 @@ class SerialInterfaceState;
};
namespace VideoInterface
{
class VideoInterfaceState;
class VideoInterfaceManager;
};
namespace Core
@ -141,7 +141,7 @@ public:
SerialInterface::SerialInterfaceState& GetSerialInterfaceState() const;
Sram& GetSRAM() const;
VertexShaderManager& GetVertexShaderManager() const;
VideoInterface::VideoInterfaceState& GetVideoInterfaceState() const;
VideoInterface::VideoInterfaceManager& GetVideoInterface() const;
private:
System();