mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Move BoundingBox out of RenderBase
They were essentially just pass-though methods
This commit is contained in:
parent
35a69cb1bb
commit
99d3e489ea
11 changed files with 38 additions and 88 deletions
|
@ -395,8 +395,6 @@ void VideoBackendBase::ShutdownShared()
|
|||
|
||||
if (g_shader_cache)
|
||||
g_shader_cache->Shutdown();
|
||||
if (g_renderer)
|
||||
g_renderer->Shutdown();
|
||||
if (g_texture_cache)
|
||||
g_texture_cache->Shutdown();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue