diff options
author | Lothar Serra Mari | 2018-04-15 18:10:09 +0200 |
---|---|---|
committer | Thierry Crozat | 2018-04-29 21:47:10 +0100 |
commit | 4220e14522c69205e08de8c2676b6fdc858e5a42 (patch) | |
tree | 8e0ffea33de27b1a32ea26eff39fd8e24bf0c17a /engines/module.mk | |
parent | 05c1e593c03a2298c50f55b58ef48d70a9ce9b6d (diff) | |
download | scummvm-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.mk | 3 |
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 |