mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00: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