Add support for using Tracy profiler on Switch

This commit is contained in:
Wojtek Figat
2024-01-30 18:14:53 +01:00
parent 320024399d
commit fa58b171ec
6 changed files with 31 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ public class Profiler : EngineModule
case TargetPlatform.Android:
case TargetPlatform.Linux:
case TargetPlatform.Windows:
case TargetPlatform.Switch:
options.PublicDependencies.Add("tracy");
break;
}