mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Core: add CustomAssetLoader to System
This commit is contained in:
@ -85,6 +85,10 @@ namespace SerialInterface
|
||||
{
|
||||
class SerialInterfaceManager;
|
||||
};
|
||||
namespace VideoCommon
|
||||
{
|
||||
class CustomAssetLoader;
|
||||
}
|
||||
namespace VideoInterface
|
||||
{
|
||||
class VideoInterfaceManager;
|
||||
@ -152,6 +156,7 @@ public:
|
||||
Sram& GetSRAM() const;
|
||||
VertexShaderManager& GetVertexShaderManager() const;
|
||||
VideoInterface::VideoInterfaceManager& GetVideoInterface() const;
|
||||
VideoCommon::CustomAssetLoader& GetCustomAssetLoader() const;
|
||||
|
||||
private:
|
||||
System();
|
||||
|
Reference in New Issue
Block a user