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:
skidau
2013-05-01 23:51:43 +10:00
parent c2859a5207
commit 8bcd9a74c8
7 changed files with 21 additions and 7 deletions

View File

@ -13,6 +13,7 @@ class VideoBackend : public VideoBackendHardware
void Shutdown();
std::string GetName();
std::string GetDisplayName();
void Video_Prepare();
void Video_Cleanup();