mirror of
https://github.com/encounter/dtk-template.git
synced 2026-07-10 03:18:35 -07:00
This new setup flow allows users to copy their disc image into `orig/GAMEID`, run a build, then delete the disc image to save space. The new `object_base` config option specifies where the disc image is searched for. Updated README.example.md with new setup instructions, removing references to Dolphin Emulator.
16 lines
480 B
YAML
16 lines
480 B
YAML
# See config.example.yml for documentation.
|
|
object_base: orig/GAMEID
|
|
object: sys/main.dol
|
|
hash: 0123456789abcdef0123456789abcdef01234567
|
|
symbols: config/GAMEID/symbols.txt
|
|
splits: config/GAMEID/splits.txt
|
|
# Change this to match the linker verison.
|
|
# See config.example.yml for a list.
|
|
mw_comment_version: 11
|
|
|
|
modules:
|
|
- object: files/module.rel
|
|
hash: 0123456789abcdef0123456789abcdef01234567
|
|
symbols: config/GAMEID/module/symbols.txt
|
|
splits: config/GAMEID/module/splits.txt
|