disable all info logs from non game places

This commit is contained in:
Anthony Samms
2025-10-27 01:14:53 -04:00
parent 3afa9db5ac
commit 0798e53b0e
6 changed files with 28 additions and 12 deletions

View File

@@ -67,6 +67,8 @@ typedef struct music {
void *ctxData; // Internal context data (file handle, decoder state, etc.)
} music;
void set_log_level(int level);
// =============================================================================
// DEVICE MANAGEMENT
// =============================================================================