mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
.gitignore: fix the build directory pattern
This commit is contained in:
parent
2fcaca0603
commit
7e39cf3b0d
2 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue