mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
More range-based loops and overrides
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user