HID system skeleton.

This commit is contained in:
Ben Vanik
2013-10-23 21:47:36 -07:00
parent 20bd15e7fe
commit 74803ae174
25 changed files with 684 additions and 5 deletions

View File

@@ -7,8 +7,8 @@
******************************************************************************
*/
#ifndef XENIA_GPU_NOP_NOP_H_
#define XENIA_GPU_NOP_NOP_H_
#ifndef XENIA_APU_NOP_NOP_APU_H_
#define XENIA_APU_NOP_NOP_APU_H_
#include <xenia/core.h>
@@ -30,4 +30,4 @@ AudioSystem* Create(Emulator* emulator);
} // namespace xe
#endif // XENIA_GPU_NOP_NOP_H_
#endif // XENIA_APU_NOP_NOP_APU_H_