Merge pull request #4192 from TylerAldrich/typo_fix
Boot: Fix minor comment typo
This commit is contained in:
commit
d0a323cce7
|
@ -52,7 +52,7 @@ void CBoot::Load_FST(bool _bIsWii)
|
|||
|
||||
const DiscIO::IVolume& volume = DVDInterface::GetVolume();
|
||||
|
||||
// copy first 20 bytes of disc to start of Mem 1
|
||||
// copy first 32 bytes of disc to start of Mem 1
|
||||
DVDRead(/*offset*/ 0, /*address*/ 0, /*length*/ 0x20, false);
|
||||
|
||||
// copy of game id
|
||||
|
|
Loading…
Reference in New Issue