summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2014-03-13 00:39:55 +0100
committerTillmann Karras <tilkax@gmail.com>2014-03-17 02:55:56 +0100
commit7e39cf3b0d1bd41f830c8afe792bd0f2d9c8f2a6 (patch)
tree37329198335afcd43eff38860be61b42d8b1f6b0 /Source/Core
parent2fcaca0603f750bb68349e8bbd506b53dd30915b (diff)
.gitignore: fix the build directory pattern
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/VideoBackends/D3D/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/D3D/main.cpp b/Source/Core/VideoBackends/D3D/main.cpp
index 99def4998e..37a18f95f0 100644
--- a/Source/Core/VideoBackends/D3D/main.cpp
+++ b/Source/Core/VideoBackends/D3D/main.cpp
@@ -61,12 +61,12 @@ void VideoBackend::UpdateFPSDisplay(const std::string& text)
EmuWindow::SetWindowText(StringFromFormat("%s | D3D | %s", scm_rev_str, text.c_str()));
}
-std::string VideoBackend::GetName()
+std::string VideoBackend::GetName() const
{
return "D3D";
}
-std::string VideoBackend::GetDisplayName()
+std::string VideoBackend::GetDisplayName() const
{
return "Direct3D";
}