mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 05:20:50 +00:00
pcspk: initialize PC speaker if compiled in
PC speaker has been moved to target-independant code in 7109371158
,
so do not depend of target to include it or not.
Cc: malc <av1474@comtv.ru>
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Herv? Poussineau <hpoussin@reactos.org>
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
2ad596079e
commit
da12872a09
@ -475,7 +475,7 @@ struct soundhw {
|
||||
|
||||
static struct soundhw soundhw[] = {
|
||||
#ifdef HAS_AUDIO_CHOICE
|
||||
#if defined(TARGET_I386) || defined(TARGET_MIPS)
|
||||
#ifdef CONFIG_PCSPK
|
||||
{
|
||||
"pcspk",
|
||||
"PC speaker",
|
||||
|
Loading…
Reference in New Issue
Block a user