Phase 2 (Bug fix and Sound).

This commit is contained in:
OBattler
2022-04-04 18:15:41 +02:00
parent 3cec306ecf
commit 8714f79693
2 changed files with 3 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ sound_card_has_config(int card)
{
if (!sound_cards[card].device)
return 0;
return sound_cards[card].device->config ? 1 : 0;
return device_has_config(sound_cards[card].device) ? 1 : 0;
}
char *