Fixed the SLiRP and SCSI mutexes.

This commit is contained in:
OBattler
2017-10-14 08:34:47 +02:00
parent 61626117b4
commit 1d3aa976ec
6 changed files with 15 additions and 10 deletions

View File

@@ -130,6 +130,12 @@ void scsi_mutex_init(void)
}
void scsi_mutex_close(void)
{
thread_close_mutex(scsiMutex);
}
void scsi_card_init(void)
{
int i, j;