Removing old run loop/ref/core/etc.

This commit is contained in:
Ben Vanik
2014-12-19 22:04:57 -08:00
parent d70f585f5e
commit a0eebf8898
136 changed files with 461 additions and 1601 deletions

View File

@@ -13,16 +13,14 @@
#include <string>
#include <alloy/runtime/module.h>
#include <xenia/core.h>
#include <xenia/common.h>
#include <xenia/kernel/util/xex2.h>
namespace xe {
namespace cpu {
class XenonRuntime;
class XexModule : public alloy::runtime::Module {
public:
XexModule(XenonRuntime* runtime);
@@ -52,9 +50,7 @@ private:
uint64_t high_address_;
};
} // namespace cpu
} // namespace xe
#endif // XENIA_CPU_XEX_MODULE_H_