MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setLogMessage_f

Function setLogMessage_f

libs/JSystem/JUtility/JUTAssert.cpp:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 void setLogMessage_f(u32 device, char *file, int line, const char *fmt, ...) {
205 va_list vl;
206 va_start(vl, fmt);
207 setLogMessage_f_va(device, file, line, fmt, vl);
208 va_end(vl);
209 }
210
211 void changeDisplayTime(u32 time) {
212 sDisplayTime = time;

Callers

nothing calls this directly

Calls 1

setLogMessage_f_vaFunction · 0.85

Tested by

no test coverage detected