feat(glfw): allow to switch backend

This commit is contained in:
2026-08-21 23:17:21 +02:00
parent 519a9b88f4
commit 192cf571b1
6 changed files with 58 additions and 6 deletions
+1
View File
@@ -58,6 +58,7 @@ typedef struct Parameters {
bool midi_reconnect;
bool trace_midi;
bool trace_fps;
unsigned int glfw_backend;
} Parameters;
// file.c