1
0
Fork 0

Merge pull request #113812 from dsnopek/perfetto-build-broken-wrong-slashes-yo

Fix building with Perfetto profiler
This commit is contained in:
Rémi Verschelde 2025-12-10 07:57:49 +01:00
commit 3c5a2732d4
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ void godot_cleanup_profiler();
#include <perfetto.h>
#include "core/typedefs.h"
PERFETTO_DEFINE_CATEGORIES(
perfetto::Category("godot")
.SetDescription("All Godot Events"), );