summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2014-03-17 17:43:20 +1300
committerMatthew Parlane <parlane@gmail.com>2014-03-17 17:43:20 +1300
commit6445e02d53a9951c845c2fed23d825109f9b6d79 (patch)
treede14a92b7e7f144c328739eb5339ef9436d49dd0 /Source/Core/VideoBackends/Software/SWmain.cpp
parentd3e9702cecc5b7f9078ef3448f7d513226ebeedd (diff)
parent46becfc06b3a8b91d0500a8ee226c85b4450dddf (diff)
Merge pull request #159 from Tilka/misc
Cleanup stuff
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index c0736c883a..e88d8d1441 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -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");
}