| 17 | } |
| 18 | |
| 19 | void SEUpdaterSetLogCallback(Console::LogCallbackProc* callback) |
| 20 | { |
| 21 | if (gCoreLibPlatformInterface.GlobalConsole) { |
| 22 | auto console = static_cast<Console*>(gCoreLibPlatformInterface.GlobalConsole); |
| 23 | console->SetLogCallback(callback); |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | void SEUpdaterInitialize(char const* binPath) |
| 28 | { |
nothing calls this directly
no test coverage detected