mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
fix sound code dependency, this fixes linking of tiny build (no whatsnew)
This commit is contained in:
parent
53bf34c24f
commit
1eb5b2e82b
@ -379,7 +379,7 @@ endif
|
||||
# OKI ADPCM sample players
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter OKIM6258 OKIM9810,$(SOUNDS)),)
|
||||
ifneq ($(filter OKIM6258 OKIM6295 OKIM9810,$(SOUNDS)),)
|
||||
SOUNDOBJS += $(SOUNDOBJ)/okiadpcm.o
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user