mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 19:12:47 +02:00
fix minor typo, 0x20 != 20 bytes
This commit is contained in:
parent
b2dcbbf884
commit
08c72abf0f
@ -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
Block a user