diff options
author | Henrik Rydgård <hrydgard@gmail.com> | 2016-04-29 02:17:31 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-04-29 02:17:31 +0200 |
commit | 90501f20e6b91fcd2beaccf0b1a0174b189da09c (patch) | |
tree | 9f909f9402d09e9a6175d37383aece363baba2f9 /src/common | |
parent | Merge pull request #1727 from MerryMage/minor-commit (diff) | |
download | yuzu-90501f20e6b91fcd2beaccf0b1a0174b189da09c.tar yuzu-90501f20e6b91fcd2beaccf0b1a0174b189da09c.tar.gz yuzu-90501f20e6b91fcd2beaccf0b1a0174b189da09c.tar.bz2 yuzu-90501f20e6b91fcd2beaccf0b1a0174b189da09c.tar.lz yuzu-90501f20e6b91fcd2beaccf0b1a0174b189da09c.tar.xz yuzu-90501f20e6b91fcd2beaccf0b1a0174b189da09c.tar.zst yuzu-90501f20e6b91fcd2beaccf0b1a0174b189da09c.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/microprofile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/microprofile.h b/src/common/microprofile.h index d3b6cb97c..ef312c6e1 100644 --- a/src/common/microprofile.h +++ b/src/common/microprofile.h @@ -4,6 +4,10 @@ #pragma once +// 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 + // Customized Citra settings. // This file wraps the MicroProfile header so that these are consistent everywhere. #define MICROPROFILE_WEBSERVER 0 |