mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +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
|
@ -13,7 +13,7 @@ class VideoSoftware : public VideoBackend
|
|||
bool Initialize(void *&) override;
|
||||
void Shutdown() override;
|
||||
|
||||
std::string GetName() override;
|
||||
std::string GetName() const override;
|
||||
|
||||
void EmuStateChange(EMUSTATE_CHANGE newState) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue