From c9d71486b02e759748104e727a4f457b09d4abaf Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Thu, 21 Aug 2014 21:23:35 -0700 Subject: [PATCH] alloy-sandbox can now (almost) build without libxenia. --- tools/alloy-sandbox/alloy-sandbox.cc | 2 +- xenia.gyp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/alloy-sandbox/alloy-sandbox.cc b/tools/alloy-sandbox/alloy-sandbox.cc index b8f7b4e3f..66afdfdcb 100644 --- a/tools/alloy-sandbox/alloy-sandbox.cc +++ b/tools/alloy-sandbox/alloy-sandbox.cc @@ -94,7 +94,7 @@ int main(std::vector& args) { runtime->Initialize(std::move(frontend), std::move(backend)); auto module = std::make_unique(runtime.get()); - module->LoadFile(0x82000000, "test\\codegen\\instr_add.bin"); + module->LoadFile(0x00001000, "test\\codegen\\instr_add.bin"); runtime->AddModule(std::move(module)); { diff --git a/xenia.gyp b/xenia.gyp index 0fddef162..a5f8bb215 100644 --- a/xenia.gyp +++ b/xenia.gyp @@ -242,6 +242,7 @@ 'ole32', 'ntdll', 'advapi32', + 'Shell32', ], }], ['OS == "mac"', {