From 08c72abf0fb39e781da9d0f080e32bbc4f0af165 Mon Sep 17 00:00:00 2001 From: Tyler Aldrich Date: Wed, 7 Sep 2016 08:01:00 -0400 Subject: [PATCH] fix minor typo, 0x20 != 20 bytes --- Source/Core/Core/Boot/Boot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Boot/Boot.cpp b/Source/Core/Core/Boot/Boot.cpp index f9d3d882b9..44d01a87f2 100644 --- a/Source/Core/Core/Boot/Boot.cpp +++ b/Source/Core/Core/Boot/Boot.cpp @@ -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