mirror of
https://github.com/86Box/86Box.git
synced 2025-01-24 02:02:12 -05:00
The fatal() in sound/snd_sb_dsp.c is now a sb_dsp_log().
This commit is contained in:
parent
5305247d95
commit
ce603f3719
1 changed files with 1 additions and 1 deletions
|
@ -969,7 +969,7 @@ sb_exec_command(sb_dsp_t *dsp)
|
|||
*/
|
||||
|
||||
default:
|
||||
fatal("Unknown DSP command: %02X\n", dsp->sb_command);
|
||||
sb_dsp_log("Unknown DSP command: %02X\n", dsp->sb_command);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue