mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-23 22:01:39 -04:00
Move GraphicsMod out of RenderBase
This commit is contained in:
@@ -19,6 +19,8 @@ class GraphicsModGroupConfig;
|
||||
class GraphicsModManager
|
||||
{
|
||||
public:
|
||||
bool Initialize();
|
||||
|
||||
const std::vector<GraphicsModAction*>& GetProjectionActions(ProjectionType projection_type) const;
|
||||
const std::vector<GraphicsModAction*>&
|
||||
GetProjectionTextureActions(ProjectionType projection_type,
|
||||
@@ -52,3 +54,5 @@ private:
|
||||
|
||||
std::unordered_set<std::string> m_groups;
|
||||
};
|
||||
|
||||
extern std::unique_ptr<GraphicsModManager> g_graphics_mod_manager;
|
||||
|
||||
Reference in New Issue
Block a user