2020-03-17 04:31:30 +00: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 22:52:10 +00:00
|
|
|
config['source_directories'] = ['src', 'include', 'spec']
|