Log username

This commit is contained in:
Megamouse 2020-08-06 19:04:47 +02:00
parent d3585e1f80
commit 96428a7555
2 changed files with 39 additions and 3 deletions

View file

@ -17,7 +17,7 @@ headless_application::headless_application(int& argc, char** argv) : QCoreApplic
void headless_application::Init()
{
// Force init the emulator
InitializeEmulator("1", true, false); // TODO: get user from cli args if possible
InitializeEmulator("00000001", true, false); // TODO: get user from cli args if possible
// Create callbacks from the emulator, which reference the handlers.
InitializeCallbacks();