fixed enum, didn't mean to click ok on commit earlier as I was still clean building (nw)

This commit is contained in:
smf- 2013-11-14 23:11:55 +00:00
parent d092f88bde
commit bf2545977d

View File

@ -36,7 +36,7 @@ void atapi_hle_device::process_buffer()
ExecCommand();
GetLength(&m_data_size);
if (m_status_code == STATUS_CODE_CHECK_CONDITION)
if (m_status_code == SCSI_STATUS_CODE_CHECK_CONDITION)
m_status |= IDE_STATUS_ERR;
m_buffer_size = (m_cylinder_high << 8) | m_cylinder_low;