mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
This is a regression in functionality and performance, but a much better foundation for the future of the project (I think). It can run basic apps under an SSA interpreter but doesn't support some of the features required to do real 360 apps yet.
18 lines
284 B
Python
18 lines
284 B
Python
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'sources': [
|
|
'block.cc',
|
|
'block.h',
|
|
'function_builder.cc',
|
|
'function_builder.h',
|
|
'instr.cc',
|
|
'instr.h',
|
|
'label.cc',
|
|
'label.h',
|
|
'opcodes.h',
|
|
'tracing.h',
|
|
'value.cc',
|
|
'value.h',
|
|
],
|
|
}
|