summarylogtreecommitdiffstats
path: root/tbb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tbb.patch')
-rw-r--r--tbb.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/tbb.patch b/tbb.patch
new file mode 100644
index 000000000000..f9a63f3e7cdc
--- /dev/null
+++ b/tbb.patch
@@ -0,0 +1,20 @@
+--- a/src/gui/state/game/game.h
++++ b/src/gui/state/game/game.h
+@@ -26,6 +26,8 @@
+ #ifndef LOOT_GUI_STATE_GAME_GAME
+ #define LOOT_GUI_STATE_GAME_GAME
+
++#undef emit
++
+ #include <execution>
+ #include <filesystem>
+ #include <functional>
+@@ -34,6 +36,8 @@
+ #include <string>
+ #include <variant>
+
++#define emit
++
+ #include "gui/state/game/game_settings.h"
+ #include "gui/state/logging.h"
+ #include "loot/api.h"