|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
GDROM Command Extra Status. More...
#include <syscalls.h>
Data Fields | |
| int32_t | err1 |
| Error code 1. | |
| int32_t | err2 |
| Error code 2. | |
| size_t | size |
| Transferred size. | |
| cd_cmd_chk_ata_status_t | ata |
| ATA status. | |
GDROM Command Extra Status.
This represents the data filled in by syscall_gdrom_check_command. It provides more detailled data on the possible reasons a command may have failed or have not yet been processed to supplement the return value of the syscall.
| cd_cmd_chk_ata_status_t cd_cmd_chk_status_t::ata |
ATA status.
| int32_t cd_cmd_chk_status_t::err1 |
Error code 1.
| int32_t cd_cmd_chk_status_t::err2 |
Error code 2.
| size_t cd_cmd_chk_status_t::size |
Transferred size.