mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
VideoCommon: move xf state management to its own class, so changes can be detected in places other than VertexShaderManager
This commit is contained in:
@ -12,6 +12,7 @@ class PixelShaderManager;
|
||||
class SoundStream;
|
||||
struct Sram;
|
||||
class VertexShaderManager;
|
||||
class XFStateManager;
|
||||
|
||||
namespace AudioInterface
|
||||
{
|
||||
@ -155,6 +156,7 @@ public:
|
||||
SerialInterface::SerialInterfaceManager& GetSerialInterface() const;
|
||||
Sram& GetSRAM() const;
|
||||
VertexShaderManager& GetVertexShaderManager() const;
|
||||
XFStateManager& GetXFStateManager() const;
|
||||
VideoInterface::VideoInterfaceManager& GetVideoInterface() const;
|
||||
VideoCommon::CustomAssetLoader& GetCustomAssetLoader() const;
|
||||
|
||||
|
Reference in New Issue
Block a user