MCPcopy Create free account
hub / github.com/cemu-project/Cemu / save

Method save

src/input/api/DirectInput/DirectInputController.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void DirectInputController::save(pugi::xml_node& node)
48{
49 base_type::save(node);
50
51 node.append_child("product_guid").append_child(pugi::node_pcdata).set_value(
52 fmt::format("{}", StringFromGUID(m_product_guid)).c_str());
53}
54
55void DirectInputController::load(const pugi::xml_node& node)
56{

Callers

nothing calls this directly

Calls 3

formatFunction · 0.85
StringFromGUIDFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected