mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Merge pull request #4192 from TylerAldrich/typo_fix
Boot: Fix minor comment typo
This commit is contained in:
commit
d0a323cce7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue