game: Allow changing the GlobalProfiler's buffer size at runtime

This commit is contained in:
Tyler Wilding
2024-06-21 23:48:08 -04:00
parent 90c11bde8f
commit fb24d2a5f4
5 changed files with 17 additions and 26 deletions
+1 -1
View File
@@ -5,13 +5,13 @@
#include "ObjectFileDB.h"
#include "common/formatter/formatter.h"
#include "common/goos/PrettyPrinter.h"
#include "common/link_types.h"
#include "common/log/log.h"
#include "common/util/FileUtil.h"
#include "common/util/Timer.h"
#include "common/util/string_util.h"
#include <common/formatter/formatter.h>
#include "decompiler/IR2/Form.h"
#include "decompiler/analysis/analyze_inspect_method.h"