Renderer: Add a base Initialize() method to match Shutdown()

This commit is contained in:
Stenzek 2018-02-09 20:52:25 +10:00
parent 38479dd783
commit 1adcd47dcb
10 changed files with 51 additions and 28 deletions

View file

@ -93,6 +93,11 @@ Renderer::Renderer(int backbuffer_width, int backbuffer_height)
Renderer::~Renderer() = default;
bool Renderer::Initialize()
{
return true;
}
void Renderer::Shutdown()
{
// First stop any framedumping, which might need to dump the last xfb frame. This process