mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-30 02:50:07 +02:00
v109.2
Fixed alt-key menu activation on Windows. Removed 2160p HD mode 7 due to Direct3D limit of 2048x2048 textures. Reverted to safe ruby drivers when no configuration file is present. Removed ASIO driver because nobody is interested in improving it. Added macOS libretro target [rtretiakov]
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.asio audio.wasapi audio.xaudio2 audio.directsound audio.waveout
|
||||
ruby += audio.wasapi audio.xaudio2 audio.directsound audio.waveout #audio.alsa
|
||||
ruby += input.windows
|
||||
else ifeq ($(platform),macos)
|
||||
ruby += video.cgl
|
||||
|
Reference in New Issue
Block a user