mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
The fatal() in sound/snd_sb_dsp.c is now a sb_dsp_log().
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user