Removing the debugger and dependencies. Needs rethinking.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
|
||||
#include <xenia/emulator.h>
|
||||
#include <xenia/export_resolver.h>
|
||||
#include <xenia/debug/debug_server.h>
|
||||
#include <xenia/kernel/kernel_state.h>
|
||||
#include <xenia/kernel/xboxkrnl_private.h>
|
||||
#include <xenia/kernel/objects/xuser_module.h>
|
||||
@@ -164,12 +163,6 @@ int XboxkrnlModule::LaunchModule(const char* path) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Spin up the debugger and let it know we are starting.
|
||||
if (emulator_->debug_server()->BeforeEntry()) {
|
||||
XELOGE("Debugger failed to startup.");
|
||||
return 2;
|
||||
}
|
||||
|
||||
// Launch the module.
|
||||
// NOTE: this won't return until the module exits.
|
||||
result_code = module->Launch(0);
|
||||
|
||||
Reference in New Issue
Block a user