Merge pull request #6334 from stenzek/startup

Video Backend Initialization/Core Boot Improvements
This commit is contained in:
Anthony 2018-02-07 23:35:54 -08:00 committed by GitHub
commit 096131c908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 89 additions and 290 deletions

View file

@ -809,6 +809,7 @@ Renderer::~Renderer() = default;
void Renderer::Shutdown()
{
::Renderer::Shutdown();
g_framebuffer_manager.reset();
UpdateActiveConfig();