Adding 'x64' backend.
Does not compile.
This commit is contained in:
16
src/xenia/cpu/x64/sources.gypi
Normal file
16
src/xenia/cpu/x64/sources.gypi
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'x64_backend.cc',
|
||||
'x64_backend.h',
|
||||
'x64_emit.h',
|
||||
'x64_emit_alu.cc',
|
||||
'x64_emit_control.cc',
|
||||
'x64_emit_fpu.cc',
|
||||
'x64_emit_memory.cc',
|
||||
'x64_emitter.cc',
|
||||
'x64_emitter.h',
|
||||
'x64_jit.cc',
|
||||
'x64_jit.h',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user