bool-ifying xe::cpu
This commit is contained in:
@@ -5,7 +5,5 @@
|
||||
'debug_server.h',
|
||||
'debugger.cc',
|
||||
'debugger.h',
|
||||
'trace_writer.cc',
|
||||
'trace_writer.h',
|
||||
],
|
||||
}
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* Xenia : Xbox 360 Emulator Research Project *
|
||||
******************************************************************************
|
||||
* Copyright 2015 Ben Vanik. All rights reserved. *
|
||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include "xenia/debug/trace_writer.h"
|
||||
|
||||
namespace xe {
|
||||
namespace debug {
|
||||
|
||||
//
|
||||
|
||||
} // namespace debug
|
||||
} // namespace xe
|
||||
@@ -1,29 +0,0 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* Xenia : Xbox 360 Emulator Research Project *
|
||||
******************************************************************************
|
||||
* Copyright 2015 Ben Vanik. All rights reserved. *
|
||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef XENIA_DEBUG_TRACE_WRITER_H_
|
||||
#define XENIA_DEBUG_TRACE_WRITER_H_
|
||||
|
||||
namespace xe {
|
||||
namespace debug {
|
||||
|
||||
enum TraceFlags {
|
||||
kTraceFunctionInfo = 1 << 0,
|
||||
kTraceInstructionReferences = 1 << 1,
|
||||
kTraceInstructionResults = 1 << 2,
|
||||
};
|
||||
|
||||
class TraceWriter {
|
||||
public:
|
||||
};
|
||||
|
||||
} // namespace debug
|
||||
} // namespace xe
|
||||
|
||||
#endif // XENIA_DEBUG_TRACE_WRITER_H_
|
||||
Reference in New Issue
Block a user