Skip to content

Commit 47d83a2

Browse files
authored
Padding isos to 2 minutes instead of 2 seconds.
1 parent 718f091 commit 47d83a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/authoring/authoring.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Usage: {} input.json [-h] -o output.bin
383383
}
384384

385385
uint8_t empty[2048] = {0};
386-
for (unsigned i = 0; i < 150; i++) {
386+
for (unsigned i = 0; i < 9000; i++) {
387387
builder.writeSectorAt(empty, PCSX::IEC60908b::MSF{150 + currentSector++},
388388
PCSX::IEC60908b::SectorMode::M2_FORM1);
389389
}

0 commit comments

Comments
 (0)