Adding --trace_ring_buffer.

This commit is contained in:
Ben Vanik
2013-11-16 03:06:55 -08:00
parent 96c27b3b51
commit 271abbf874
3 changed files with 86 additions and 76 deletions

View File

@@ -20,6 +20,10 @@ DEFINE_string(gpu, "any",
"Graphics system. Use: [any, nop, d3d11]");
DEFINE_bool(trace_ring_buffer, false,
"Trace GPU ring buffer packets.");
#include <xenia/gpu/nop/nop_gpu.h>
GraphicsSystem* xe::gpu::CreateNop(Emulator* emulator) {
return xe::gpu::nop::Create(emulator);