blob: 88d9808738da381161630f81b7d3db85042823a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- workaround for https://github.com/Yoshimi/yoshimi/issues/174
--- src/globals.h.orig 2023-05-29 08:38:23 UTC
+++ src/globals.h
@@ -117,7 +117,7 @@ typedef unsigned int uint;
#define UNTITLED "No Title"
#define DEFAULT_AUDIO jack_audio
-#define DEFAULT_MIDI alsa_midi
+#define DEFAULT_MIDI jack_midi
#define FORCED_EXIT 16
|