mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
HW/VideoInterface: Refactor to class.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user