1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

No saving if there's no file selector.

This commit is contained in:
Bartosz Taudul
2020-05-11 22:13:07 +02:00
parent 2195e032a6
commit 1c8aece53c
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -168,7 +168,9 @@ private:
void CheckRead( int line, RegsX86 reg, int limit );
void CheckWrite( int line, RegsX86 reg, int limit );
#ifndef TRACY_NO_FILESELECTOR
void Save( const Worker& worker, size_t start = 0, size_t stop = std::numeric_limits<size_t>::max() );
#endif
struct TokenizerState
{