Fix CommandLine initialization

Commit 7548294333 added _fw_boot and
_fw_path, need to make sure they are initialized, too.
This commit is contained in:
Ingo Saitz 2018-07-02 18:26:47 +02:00
parent 490c7e917c
commit dd8d4e6715
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)