Basic debugger networking.

This commit is contained in:
Ben Vanik
2015-05-23 22:27:43 -07:00
parent 969badd8c3
commit 576d6492dc
51 changed files with 1745 additions and 162 deletions

View File

@@ -38,7 +38,8 @@ class TestFunction {
#if XENIA_TEST_X64
{
auto processor = std::make_unique<Processor>(memory.get(), nullptr);
auto processor =
std::make_unique<Processor>(memory.get(), nullptr, nullptr);
processor->Setup();
processors.emplace_back(std::move(processor));
}