mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Clear the texture cache when a new dol is loaded via ES_LAUNCH. Fixes the black screen in The House of the Dead 2.
Abbreviated some of the information in the window titlebar.
This commit is contained in:
parent
c2859a5207
commit
8bcd9a74c8
7 changed files with 21 additions and 7 deletions
|
@ -72,7 +72,7 @@ void VideoBackend::UpdateFPSDisplay(const char *text)
|
|||
|
||||
std::string VideoBackend::GetName()
|
||||
{
|
||||
return "Direct3D9";
|
||||
return "DX9";
|
||||
}
|
||||
|
||||
std::string VideoBackend::GetDisplayName()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue