From dd5df1768859ed99c258a1c6e74a3b35454eb7d5 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Mon, 19 Mar 2012 12:07:47 -0700 Subject: [PATCH] forgot to save my buffer :( --- Source/Core/Core/Src/Boot/Boot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/Boot/Boot.cpp b/Source/Core/Core/Src/Boot/Boot.cpp index 8ef6251339..8d000611c8 100644 --- a/Source/Core/Core/Src/Boot/Boot.cpp +++ b/Source/Core/Core/Src/Boot/Boot.cpp @@ -228,7 +228,7 @@ bool CBoot::BootUp() VolumeHandler::SetVolumeName(_StartupPara.m_strFilename); std::string unique_id = VolumeHandler::GetVolume()->GetUniqueID(); - if (unique_id.size() >= 3) + if (unique_id.size() >= 4) VideoInterface::SetRegionReg(unique_id.at(3)); DVDInterface::SetDiscInside(VolumeHandler::IsValid());