forgot to save my buffer :(
This commit is contained in:
parent
cf52029b51
commit
dd5df17688
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue