aboutsummaryrefslogtreecommitdiff
path: root/engines/module.mk
diff options
context:
space:
mode:
authorLothar Serra Mari2018-04-15 18:10:09 +0200
committerThierry Crozat2018-04-29 21:47:10 +0100
commit4220e14522c69205e08de8c2676b6fdc858e5a42 (patch)
tree8e0ffea33de27b1a32ea26eff39fd8e24bf0c17a /engines/module.mk
parent05c1e593c03a2298c50f55b58ef48d70a9ce9b6d (diff)
downloadscummvm-rg350-4220e14522c69205e08de8c2676b6fdc858e5a42.tar.gz
scummvm-rg350-4220e14522c69205e08de8c2676b6fdc858e5a42.tar.bz2
scummvm-rg350-4220e14522c69205e08de8c2676b6fdc858e5a42.zip
ENGINES: Add a dialog for reporting unknown games
Thanks to the great help of @criezy, here's my implementation of an GUI dialog that appears when an unknown game is detected. Features: - Allows copying the data collected by game detector to the clipboard - Allows opening the bug tracker and pre-filling the form fiels This closes https://bugs.scummvm.org/ticket/10435.
Diffstat (limited to 'engines/module.mk')
-rw-r--r--engines/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/module.mk b/engines/module.mk
index 7849c2ff25..6c05921c28 100644
--- a/engines/module.mk
+++ b/engines/module.mk
@@ -6,7 +6,8 @@ MODULE_OBJS := \
engine.o \
game.o \
obsolete.o \
- savestate.o
+ savestate.o \
+ unknown-game-dialog.o
# Include common rules
include $(srcdir)/rules.mk