[microprofile]: Disable microprofile

Testing it out to see how it impacts.
This commit is contained in:
Gamer64 2025-08-01 19:22:15 +02:00
parent 623baac26b
commit 16258e497e

View file

@ -5,7 +5,7 @@
// Uncomment this to disable microprofile. This will get you cleaner profiles when using
// external sampling profilers like "Very Sleepy", and will improve performance somewhat.
// #define MICROPROFILE_ENABLED 0
#define MICROPROFILE_ENABLED 0
// Customized Citra settings.
// This file wraps the MicroProfile header so that these are consistent everywhere.