Removing old run loop/ref/core/etc.
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user