MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / getEffectiveRenderer

Method getEffectiveRenderer

pcsx2-qt/Settings/GraphicsSettingsWidget.cpp:989–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987}
988
989GSRendererType GraphicsSettingsWidget::getEffectiveRenderer() const
990{
991 const GSRendererType type =
992 static_cast<GSRendererType>(dialog()->getEffectiveIntValue("EmuCore/GS", "Renderer", static_cast<int>(GSRendererType::Auto)));
993 return (type == GSRendererType::Auto) ? GSUtil::GetPreferredRenderer() : type;
994}
995
996void GraphicsSettingsWidget::updateRendererDependentOptions()
997{

Callers

nothing calls this directly

Calls 1

getEffectiveIntValueMethod · 0.80

Tested by

no test coverage detected