video_core: add texture filtering (#5017)

video_core: add texture filtering
This commit is contained in:
Marshall Mohror
2020-03-16 09:42:05 -05:00
committed by GitHub
parent ad3c464e2d
commit a7d3489dc9
33 changed files with 1337 additions and 70 deletions

View File

@ -57,6 +57,7 @@ ResultStatus Init(Frontend::EmuWindow& emu_window, Memory::MemorySystem& memory)
void Shutdown() {
Pica::Shutdown();
g_renderer->ShutDown();
g_renderer.reset();
LOG_DEBUG(Render, "shutdown OK");