Merge pull request #155 from Salz/pullreq/commandline
Fix CommandLine initialization
This commit is contained in:
commit
9f7ed1aeeb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue