MCPcopy Create free account
hub / github.com/Atmosphere-NX/Atmosphere / SetupLogForBoot

Function SetupLogForBoot

exosphere/program/source/secmon_setup.cpp:962–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960 }
961
962 void SetupLogForBoot() {
963 log::Initialize(secmon::GetLogPort(), secmon::GetLogBaudRate(), secmon::GetLogFlags());
964 log::SendText("OHAYO\n", 6);
965 log::Flush();
966 }
967
968 void LogExitLp0() {
969 /* NOTE: Nintendo only does this on dev, but we will always do it. */

Callers 2

LogExitLp0Function · 0.85
Setup1Function · 0.85

Calls 6

GetLogPortFunction · 0.85
GetLogBaudRateFunction · 0.85
GetLogFlagsFunction · 0.85
InitializeFunction · 0.50
SendTextFunction · 0.50
FlushFunction · 0.50

Tested by

no test coverage detected