30 Dec
2022
30 Dec
'22
2:20 p.m.
From: dreamer <dreamer(a)puikheid.nl> --- include/mmddk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mmddk.h b/include/mmddk.h index 02115754f1a..e237683a164 100644 --- a/include/mmddk.h +++ b/include/mmddk.h @@ -31,7 +31,7 @@ extern "C" { #endif #define MAX_MIDIINDRV (64) -/* For now I'm making 16 the maximum number of midi devices one can +/* For now I'm making 64 the maximum number of midi devices one can * have. This should be more than enough for everybody. But as a purist, * I intend to make it unbounded in the future, as soon as I figure * a good way to do so. -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1893