mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +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
|
@ -56,7 +56,7 @@ static volatile bool fifoStateRun = false;
|
|||
static volatile bool emuRunningState = false;
|
||||
static std::mutex m_csSWVidOccupied;
|
||||
|
||||
std::string VideoSoftware::GetName()
|
||||
std::string VideoSoftware::GetName() const
|
||||
{
|
||||
return _trans("Software Renderer");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue