mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Merge pull request #6334 from stenzek/startup
Video Backend Initialization/Core Boot Improvements
This commit is contained in:
commit
096131c908
24 changed files with 89 additions and 290 deletions
|
@ -809,6 +809,7 @@ Renderer::~Renderer() = default;
|
|||
|
||||
void Renderer::Shutdown()
|
||||
{
|
||||
::Renderer::Shutdown();
|
||||
g_framebuffer_manager.reset();
|
||||
|
||||
UpdateActiveConfig();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue