ENGINES: Adding override keyword to hasFeature methods
This commit is contained in:
parent
9f8c45ac4e
commit
5b80320525
102 changed files with 102 additions and 102 deletions
|
@ -138,7 +138,7 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
virtual bool hasFeature(MetaEngineFeature f) const;
|
||||
virtual bool hasFeature(MetaEngineFeature f) const override;
|
||||
SaveStateList listSaves(const char *target) const;
|
||||
virtual int getMaximumSaveSlot() const;
|
||||
void removeSaveState(const char *target, int slot) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue