xenia/src/cpu/sources.gypi
Ben Vanik bfec194533 Adding instruction table and basic PPC state.
Can decode a single instruction.
2013-01-13 21:25:28 -08:00

12 lines
151 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'codegen.cc',
'cpu.cc',
],
'includes': [
'ppc/sources.gypi',
],
}