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

Method CountHostsConfig

pcsx2-qt/Settings/DEV9SettingsWidget.cpp:988–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986}
987
988int DEV9SettingsWidget::CountHostsConfig()
989{
990 return dialog()->getIntValue("DEV9/Eth/Hosts", "Count", 0).value();
991}
992
993std::optional<std::vector<HostEntryUi>> DEV9SettingsWidget::ListHostsConfig()
994{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
getIntValueMethod · 0.45

Tested by

no test coverage detected