mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed osdmini build (nw)
This commit is contained in:
parent
13f137dde7
commit
d5c886c6a6
@ -44,6 +44,7 @@ project ("osd_" .. _OPTIONS["osd"])
|
|||||||
MAME_DIR .. "src/osd/modules/midi/none.c",
|
MAME_DIR .. "src/osd/modules/midi/none.c",
|
||||||
MAME_DIR .. "src/osd/modules/sound/js_sound.c",
|
MAME_DIR .. "src/osd/modules/sound/js_sound.c",
|
||||||
MAME_DIR .. "src/osd/modules/sound/direct_sound.c",
|
MAME_DIR .. "src/osd/modules/sound/direct_sound.c",
|
||||||
|
MAME_DIR .. "src/osd/modules/sound/coreaudio_sound.c",
|
||||||
MAME_DIR .. "src/osd/modules/sound/sdl_sound.c",
|
MAME_DIR .. "src/osd/modules/sound/sdl_sound.c",
|
||||||
MAME_DIR .. "src/osd/modules/sound/none.c",
|
MAME_DIR .. "src/osd/modules/sound/none.c",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user