mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
More range-based loops and overrides
This commit is contained in:
parent
3fc9ca0789
commit
2fcaca0603
18 changed files with 110 additions and 127 deletions
|
@ -80,8 +80,8 @@ public:
|
|||
virtual void Shutdown() = 0;
|
||||
virtual void RunLoop(bool enable) = 0;
|
||||
|
||||
virtual std::string GetName() = 0;
|
||||
virtual std::string GetDisplayName() { return GetName(); }
|
||||
virtual std::string GetName() const = 0;
|
||||
virtual std::string GetDisplayName() const { return GetName(); }
|
||||
|
||||
virtual void ShowConfig(void*) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue