GPU recording (--trace_gpu=file) and playback (gpu-trace-viewer file).

This commit is contained in:
Ben Vanik
2015-02-20 07:47:06 -08:00
parent c4aeedd0a3
commit 130c11a2ca
23 changed files with 667 additions and 285 deletions

View File

@@ -47,9 +47,9 @@ void InitializeIfNeeded() {
void CleanupOnShutdown() {}
std::unique_ptr<GraphicsSystem> Create(Emulator* emulator) {
std::unique_ptr<GraphicsSystem> Create() {
InitializeIfNeeded();
return std::make_unique<GL4GraphicsSystem>(emulator);
return std::make_unique<GL4GraphicsSystem>();
}
} // namespace gl4