MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / gui_console_err_printf

Function gui_console_err_printf

gui/qt/emuthread.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void gui_console_err_printf(const char *format, ...) {
37 va_list args;
38 va_start(args, format);
39 emu->writeConsole(EmuThread::ConsoleErr, format, args);
40 va_end(args);
41}
42
43void gui_debug_open(int reason, uint32_t data) {
44 emu->debugOpen(reason, data);

Callers

nothing calls this directly

Calls 1

writeConsoleMethod · 0.80

Tested by

no test coverage detected