.gitignore: fix the build directory pattern

This commit is contained in:
Tillmann Karras
2014-03-13 00:39:55 +01:00
parent 2fcaca0603
commit 7e39cf3b0d
2 changed files with 3 additions and 3 deletions

View File

@ -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";
}