mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
8 lines
302 B
Python
8 lines
302 B
Python
def apply(config, args):
|
|||
|
|
config["baseimg"] = "baseroms/baserom.us.v77.z64"
|
||
|
|
config["myimg"] = "build/dkr.us.v77.z64"
|
||
|
|
config["mapfile"] = "build/dkr.us.v77.map"
|
||
|
|
config["source_directories"] = ["src"]
|
||
|
|
config["show_line_numbers_default"] = True
|
||
|
|
config["expected_dir"] = "expected/"
|