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

Method onTrilinearFilteringChanged

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

Source from the content-addressed store, hash-verified

854}
855
856void GraphicsSettingsWidget::onTrilinearFilteringChanged()
857{
858 const bool forced_bilinear = (dialog()->getEffectiveIntValue("EmuCore/GS", "TriFilter", static_cast<int>(Pcsx2Config::GSOptions::DEFAULT_TRILINEAR_FILTERING_MODE)) >=
859 static_cast<int>(TriFiltering::Forced));
860 m_hw.textureFiltering->setDisabled(forced_bilinear);
861}
862
863void GraphicsSettingsWidget::onShadeBoostChanged()
864{

Callers

nothing calls this directly

Calls 1

getEffectiveIntValueMethod · 0.80

Tested by

no test coverage detected