Fix for No and disabeling of callback support for now

This commit is contained in:
Jaby
2024-05-31 22:48:06 +02:00
committed by Jaby
parent 0380a7eae9
commit d94e7f8930
9 changed files with 18 additions and 24 deletions

View File

@@ -26,9 +26,13 @@ namespace JabyEngine {
};
namespace internal {
struct XASectorHeader {
struct RawXADataSector {
Header header;
SubHeader sub_header;
SubHeader copy_sub_header;
uint8_t data[0x800];
uint32_t edc;
uint8_t ecc[0x114];
};
class SectorBufferAllocator {