Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-06-15 02:32:18 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-06-15 02:32:18 +0300
commit697ec4372e49089337f30601ecc512659485bda2 (patch)
treecf8cfe5104e0bfb11c50615167dbdc45f4843417 /common
parent06dcdd342fed710a72fe1866fb1b734ad5322a21 (diff)
Set combine samples flag on win32.
Diffstat (limited to 'common')
-rw-r--r--common/TracyProtocol.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/TracyProtocol.hpp b/common/TracyProtocol.hpp
index 113ac2a5..53a48618 100644
--- a/common/TracyProtocol.hpp
+++ b/common/TracyProtocol.hpp
@@ -84,6 +84,7 @@ struct WelcomeFlag
OnDemand = 1 << 0,
IsApple = 1 << 1,
CodeTransfer = 1 << 2,
+ CombineSamples = 1 << 3,
};
};