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

Method loadOsdFontPathSetting

pcsx2-qt/Settings/OSDSettingsWidget.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void OSDSettingsWidget::loadOsdFontPathSetting()
199{
200 m_ui.osdFontPath->setText(QDir::toNativeSeparators(getEffectiveOsdFontPathForDisplay(dialog())));
201}
202
203void OSDSettingsWidget::saveOsdFontPathSetting(const QString& path)
204{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected