mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Log username
This commit is contained in:
parent
d3585e1f80
commit
96428a7555
2 changed files with 39 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue