mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Add the MSI MS-6199VA and fix a mistake with the MS-6318
This commit is contained in:
@@ -611,10 +611,10 @@ machine_at_ms6318_init(const machine_t *model)
|
||||
hwm_values.temperatures[1] += 2; /* System offset */
|
||||
hwm_values.temperatures[2] = 0; /* unused */
|
||||
|
||||
if (sound_card_current[0] == SOUND_INTERNAL)
|
||||
if (sound_card_current[0] == SOUND_INTERNAL) {
|
||||
device_add(machine_get_snd_device(machine));
|
||||
|
||||
device_add(&stac9708_device);
|
||||
device_add(&stac9708_device);
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user