mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
QDENGINE: Added credits and clarified engine copyright dates
This commit is contained in:
parent
c67d48ba27
commit
75e4a0601d
@ -1,3 +1,4 @@
|
||||
begin_section("QDEngine");
|
||||
add_person("Name 1", "Handle 1", "");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
add_person("Kunal Tiwari", "kunxl.gg", "");
|
||||
end_section();
|
||||
|
@ -62,7 +62,7 @@ public:
|
||||
}
|
||||
|
||||
const char *getOriginalCopyright() const override {
|
||||
return "QD Engine (C) 2003-7 K-D LAB";
|
||||
return "QD Engine (C) 2003-8 K-D LAB";
|
||||
}
|
||||
|
||||
const DebugChannelDef *getDebugChannels() const override {
|
||||
@ -73,4 +73,3 @@ public:
|
||||
|
||||
|
||||
REGISTER_PLUGIN_STATIC(QDENGINE_DETECTION, PLUGIN_TYPE_ENGINE_DETECTION, QDEngineMetaEngineDetection);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user