mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-29 23:59:58 +02:00
Update to v106r55 release.
byuu says: Everything *should* be working again, but of course that won't actually be the case. Here's where things stand: - bsnes, higan, icarus, and genius compile and run fine on FreeBSD with GTK - ruby video and audio drivers are untested on Windows, macOS, and Linux - hiro is untested on macOS - bsnes' status bar is not showing up properly with hiro/qt - bsnes and higan's about screen is not showing up properly with hiro/qt (1x1 window size) - bsnes on Windows crashes often when saving states, and I'm not sure why ... it happens inside Encode::RLE - bsnes on Windows crashes with ruby.input.windows (unsure why) - bsnes on Windows fails to show the verified emblem on the status bar properly - hiro on Windows flickers when changing tabs To build the Windows bsnes and higan ports, use ruby="video.gdi audio.directsound" Compilation error logs for Linux will help me fix the inevitable list of typos there. I can fix the typos on other platforms, I just haven't gotten to it yet.
This commit is contained in:
@@ -12,8 +12,7 @@ ifeq ($(ruby),)
|
||||
ruby += audio.oss audio.alsa audio.openal audio.pulseaudio audio.pulseaudiosimple audio.ao
|
||||
ruby += input.sdl input.xlib input.udev
|
||||
else ifeq ($(platform),bsd)
|
||||
# ruby += video.glx video.glx2 video.xvideo video.xshm
|
||||
ruby += video.glx2 video.xshm
|
||||
ruby += video.glx video.glx2 video.xvideo video.xshm
|
||||
ruby += audio.oss audio.openal
|
||||
ruby += input.sdl input.xlib
|
||||
endif
|
||||
@@ -39,7 +38,7 @@ ruby.options += $(if $(findstring video.xvideo,$(ruby)),-lXv)
|
||||
|
||||
ruby.options += $(if $(findstring audio.alsa,$(ruby)),-lasound)
|
||||
ruby.options += $(if $(findstring audio.ao,$(ruby)),-lao)
|
||||
ruby.options += $(if $(findstring audio.directsound,$(ruby)),-ldsound)
|
||||
ruby.options += $(if $(findstring audio.directsound,$(ruby)),-ldsound -luuid)
|
||||
ruby.options += $(if $(findstring audio.pulseaudio,$(ruby)),-lpulse)
|
||||
ruby.options += $(if $(findstring audio.pulseaudiosimple,$(ruby)),-lpulse-simple)
|
||||
ruby.options += $(if $(findstring audio.wasapi,$(ruby)),-lavrt -luuid)
|
||||
|
Reference in New Issue
Block a user