2020-03-17 00:31:30 -04:00
|
|
|
def apply(config, args):
|
|
|
|
config['mapfile'] = 'build/z64.map'
|
|
|
|
config['myimg'] = 'zelda_ocarina_mq_dbg.z64'
|
|
|
|
config['baseimg'] = 'baserom.z64'
|
|
|
|
config['makeflags'] = []
|
2021-08-15 23:52:10 +01:00
|
|
|
config['source_directories'] = ['src', 'include', 'spec']
|