Prepare CircularBuffer

This commit is contained in:
Björn Gaier
2022-12-16 21:54:01 +01:00
parent d193856e2a
commit 53f8d43342
3 changed files with 57 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ namespace CDFileProcessor {
const auto& lba_info = overlay_lbas[file.rel_lba_idx];
state.setup(lba_info.lba, lba_info.size, file.payload);
//while(state.process());???
}
}
}