mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
LILLIPUT: Added missing reference to debug flags
This commit is contained in:
parent
d7f82b83aa
commit
275cad9f78
@ -118,6 +118,10 @@ public:
|
||||
const char *getOriginalCopyright() const override {
|
||||
return "Lilliput (C) S.L.Grand, Brainware, 1991-1992";
|
||||
}
|
||||
|
||||
const DebugChannelDef *getDebugChannels() const override {
|
||||
return debugFlagList;
|
||||
}
|
||||
};
|
||||
|
||||
} // End of namespace Lilliput
|
||||
|
Loading…
x
Reference in New Issue
Block a user