Merge pull request #155 from Salz/pullreq/commandline

Fix CommandLine initialization
This commit is contained in:
zeromus 2018-07-06 13:53:40 -04:00 committed by GitHub
commit 9f7ed1aeeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ CommandLine::CommandLine()
, _bios_arm9(NULL)
, _bios_arm7(NULL)
, _bios_swi(0)
, _fw_path(NULL)
, _fw_boot(0)
, _spu_sync_mode(-1)
, _spu_sync_method(-1)
, _spu_advanced(0)