mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-25 19:30:54 +02:00
v114.5
* improved appended firmware detection [devinacker] * added dynamic rate control support to ALSA and PulseAudio drivers [RedDwarf] * added option to use native file dialogs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ifeq ($(ruby),)
|
||||
ifeq ($(platform),windows)
|
||||
ruby += video.wgl video.direct3d video.directdraw video.gdi
|
||||
ruby += audio.wasapi audio.xaudio2 audio.directsound audio.waveout #audio.asio
|
||||
ruby += audio.asio audio.wasapi audio.xaudio2 audio.directsound audio.waveout
|
||||
ruby += input.windows
|
||||
else ifeq ($(platform),macos)
|
||||
ruby += video.cgl
|
||||
@@ -13,7 +13,7 @@ ifeq ($(ruby),)
|
||||
ruby += input.sdl input.xlib input.udev
|
||||
else ifeq ($(platform),bsd)
|
||||
ruby += video.glx video.glx2 video.xvideo video.xshm
|
||||
ruby += audio.oss #audio.pulseaudio
|
||||
ruby += audio.oss audio.openal #audio.pulseaudio
|
||||
ruby += input.sdl input.xlib
|
||||
endif
|
||||
endif
|
||||
@@ -65,7 +65,8 @@ endif
|
||||
|
||||
ifeq ($(platform),bsd)
|
||||
ruby.options += -lX11 -lXext -lXrandr
|
||||
ruby.options += $(if $(findstring audio.openal,$(ruby)),-lopenal)
|
||||
ruby.options += $(if $(findstring audio.openal,$(ruby)),-lopenal -fuse-ld=bfd)
|
||||
# -fuse-ld=bfd: see FreeBSD bug 219089
|
||||
endif
|
||||
|
||||
ruby.objects := $(object.path)/ruby.o
|
||||
|
Reference in New Issue
Block a user