mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
alloy-sandbox can now (almost) build without libxenia.
This commit is contained in:
parent
82b9841b5a
commit
c9d71486b0
2 changed files with 2 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ int main(std::vector<std::wstring>& args) {
|
|||
runtime->Initialize(std::move(frontend), std::move(backend));
|
||||
|
||||
auto module = std::make_unique<alloy::runtime::RawModule>(runtime.get());
|
||||
module->LoadFile(0x82000000, "test\\codegen\\instr_add.bin");
|
||||
module->LoadFile(0x00001000, "test\\codegen\\instr_add.bin");
|
||||
runtime->AddModule(std::move(module));
|
||||
|
||||
{
|
||||
|
|
|
|||
|
|
@ -242,6 +242,7 @@
|
|||
'ole32',
|
||||
'ntdll',
|
||||
'advapi32',
|
||||
'Shell32',
|
||||
],
|
||||
}],
|
||||
['OS == "mac"', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue