Adjust scsi_common_t structure definition to match the rest (#6133)

Fixes https://github.com/86Box/86Box/issues/6131
This commit is contained in:
Cacodemon345
2025-09-07 18:01:37 +06:00
committed by GitHub
parent d46e2bc8c6
commit b74c513273

View File

@@ -388,6 +388,7 @@ typedef struct scsi_common_s {
void * log;
uint8_t * temp_buffer;
size_t temp_buffer_sz;
/*
This is atapi_cdb in ATAPI-supporting devices,
and pad in SCSI-only devices.