feat(trace): trace fps and midi with args

This commit is contained in:
2025-11-03 21:46:14 +01:00
parent 0039bbace2
commit 2657c2b732
8 changed files with 41 additions and 20 deletions
+2
View File
@@ -46,6 +46,8 @@ typedef struct Parameters {
bool demo;
bool windowed;
StringArray video_in;
bool trace_midi;
bool trace_fps;
} Parameters;
typedef struct Vertex {