Prepare filling in PVD

This commit is contained in:
2022-10-20 22:12:46 +02:00
parent bae6140007
commit 9f8b7f4ebe
6 changed files with 54 additions and 10 deletions

View File

@@ -123,7 +123,7 @@ pub fn write_pvd(mut desc: PVDDesc, sectors: &mut Vec<IntermediateSector>, conte
let sectors_size = sectors.len();
let now_date = Date::now();
let mut raw_pvd = PrimaryVolumeDescriptor::new();
let mut raw_pvd = PrimaryVolumeDescriptor::psx_default();
raw_pvd.system_id = AString::from_str("PLAYSTATION")?;
if desc.volume_identifier.len() > 8 {