Skip to content

Commit

Permalink
Disable ASIO due to lack of support.
Browse files Browse the repository at this point in the history
  • Loading branch information
byuu committed Sep 10, 2019
1 parent 8a2ec1d commit bb40d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/GNUmakefile
Original file line number Diff line number Diff line change
@@ -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.asio
ruby += input.windows
else ifeq ($(platform),macos)
ruby += video.cgl
Expand Down

0 comments on commit bb40d92

Please sign in to comment.