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

Method SaveIPHelper

pcsx2/Pcsx2Config.cpp:1444–1447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442 std::fill(field, field + 4, 0);
1443}
1444std::string Pcsx2Config::DEV9Options::SaveIPHelper(u8* field)
1445{
1446 return StringUtil::StdStringFromFormat("%u.%u.%u.%u", field[0], field[1], field[2], field[3]);
1447}
1448
1449bool Pcsx2Config::DEV9Options::HostEntry::operator==(const HostEntry& right) const
1450{

Callers

nothing calls this directly

Calls 1

StdStringFromFormatFunction · 0.85

Tested by

no test coverage detected