mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Use 'contains' method
This commit is contained in:
@ -197,7 +197,7 @@ void GraphicsModManager::Load(const GraphicsModGroupConfig& config)
|
||||
{
|
||||
for (const GraphicsTargetGroupConfig& group : mod.m_groups)
|
||||
{
|
||||
if (m_groups.find(group.m_name) != m_groups.end())
|
||||
if (m_groups.contains(group.m_name))
|
||||
{
|
||||
WARN_LOG_FMT(
|
||||
VIDEO,
|
||||
|
Reference in New Issue
Block a user