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:
byuu
2019-09-10 22:32:33 +09:00
parent 29b13083d5
commit 29caf77751
7 changed files with 34 additions and 10 deletions

View File

@@ -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