QOL addtions to the readme (#104)

* adding changes to the README

* adding in progress shield

adding in the shield icon to show percentage complete

* updating the files, added gitignore for ctx.c

* fixing the typos

* fixing things to hopefully build now
This commit is contained in:
Parker Burnett
2021-05-18 18:39:08 -04:00
committed by GitHub
parent c6fb5665d4
commit 490924df23
6 changed files with 100 additions and 11 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
def apply(config, args):
config['baseimg'] = 'baserom.z64'
config['myimg'] = 'rom.z64'
config['baseimg'] = 'baserom.mm.us.rev1.z64'
config['myimg'] = 'mm.us.rev1.rom.z64'
config['mapfile'] = 'build/mm.map'
config['source_directories'] = ['./src','./include']