mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
EFH: Actually plug in debug flags
This commit is contained in:
parent
6e9232761f
commit
e936bd1c81
@ -75,6 +75,10 @@ public:
|
||||
const char *getOriginalCopyright() const override {
|
||||
return "Escape From Hell (C) Electronic Arts, 1990";
|
||||
}
|
||||
|
||||
const DebugChannelDef *getDebugChannels() const override {
|
||||
return debugFlagList;
|
||||
}
|
||||
};
|
||||
|
||||
} // End of namespace efh
|
||||
|
Loading…
Reference in New Issue
Block a user