mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-02 11:59:49 -06:00
Android: Add graphics mods support to CheatsActivity
This commit is contained in:
@ -168,6 +168,11 @@ const std::vector<GraphicsModConfig>& GraphicsModGroupConfig::GetMods() const
|
||||
return m_graphics_mods;
|
||||
}
|
||||
|
||||
std::vector<GraphicsModConfig>& GraphicsModGroupConfig::GetMods()
|
||||
{
|
||||
return m_graphics_mods;
|
||||
}
|
||||
|
||||
GraphicsModConfig* GraphicsModGroupConfig::GetMod(const std::string& absolute_path) const
|
||||
{
|
||||
if (const auto iter = m_path_to_graphics_mod.find(absolute_path);
|
||||
|
Reference in New Issue
Block a user