Remove NBIO_STATUS_POLL
This commit is contained in:
parent
80512800e1
commit
4ad8d3c917
|
@ -97,7 +97,6 @@ void task_file_load_handler(retro_task_t *task)
|
|||
nbio->status = NBIO_STATUS_TRANSFER_PARSE;
|
||||
break;
|
||||
case NBIO_STATUS_TRANSFER_PARSE_FREE:
|
||||
case NBIO_STATUS_POLL:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -49,7 +49,6 @@ enum content_mode_load
|
|||
enum nbio_status_enum
|
||||
{
|
||||
NBIO_STATUS_INIT = 0,
|
||||
NBIO_STATUS_POLL,
|
||||
NBIO_STATUS_TRANSFER,
|
||||
NBIO_STATUS_TRANSFER_PARSE,
|
||||
NBIO_STATUS_TRANSFER_PARSE_FREE
|
||||
|
|
Loading…
Reference in New Issue