Skeleton of new shared GPU files.

This commit is contained in:
Ben Vanik
2014-06-02 19:24:33 -07:00
parent beb5ee40ee
commit 4072640a64
16 changed files with 346 additions and 64 deletions

View File

@@ -0,0 +1,17 @@
/**
******************************************************************************
* Xenia : Xbox 360 Emulator Research Project *
******************************************************************************
* Copyright 2014 Ben Vanik. All rights reserved. *
* Released under the BSD license - see LICENSE in the root for more details. *
******************************************************************************
*/
#include <xenia/gpu/command_processor.h>
using namespace std;
using namespace xe;
using namespace xe::gpu;
using namespace xe::gpu::xenos;