Plumbing frontbuffer_ptr around (but not using it yet).

This commit is contained in:
Ben Vanik
2015-07-21 19:43:36 -07:00
parent 7df2692822
commit 8126b12340
3 changed files with 6 additions and 4 deletions

View File

@@ -269,7 +269,7 @@ void GL4GraphicsSystem::PlayTrace(const uint8_t* trace_data, size_t trace_size,
}
command_processor_->set_swap_mode(SwapMode::kNormal);
command_processor_->IssueSwap(1280, 720);
command_processor_->IssueSwap(0, 1280, 720);
});
}