Fix CommandLine initialization
Commit 7548294333
added _fw_boot and
_fw_path, need to make sure they are initialized, too.
This commit is contained in:
parent
490c7e917c
commit
dd8d4e6715
|
@ -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