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

Method toJson

pcsx2-qt/Debugger/RegisterView.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void RegisterView::toJson(JsonValueWrapper& json)
52{
53 DebuggerView::toJson(json);
54
55 json.value().AddMember("showVU0FFloat", m_showVU0FFloat, json.allocator());
56 json.value().AddMember("showFPRFloat", m_showFPRFloat, json.allocator());
57}
58
59bool RegisterView::fromJson(const JsonValueWrapper& json)
60{

Callers 1

writeJSONToPathMethod · 0.45

Calls 2

AddMemberMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected