We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718f091 commit 47d83a2Copy full SHA for 47d83a2
tools/authoring/authoring.cc
@@ -383,7 +383,7 @@ Usage: {} input.json [-h] -o output.bin
383
}
384
385
uint8_t empty[2048] = {0};
386
- for (unsigned i = 0; i < 150; i++) {
+ for (unsigned i = 0; i < 9000; i++) {
387
builder.writeSectorAt(empty, PCSX::IEC60908b::MSF{150 + currentSector++},
388
PCSX::IEC60908b::SectorMode::M2_FORM1);
389
0 commit comments