diff options
author | Treeki <treeki@gmail.com> | 2012-09-15 17:48:38 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-15 17:48:38 +0200 |
commit | 69b2b83ac585121b6cc37ff8fdcddf9ebd5cd5ce (patch) | |
tree | 42d5f230af7150d7ab1f3e283eba2e10ea7904ca /bugfixes.yaml | |
parent | a16adae746a5d4814a781f583d18dd79d3e7d43b (diff) | |
download | kamek-69b2b83ac585121b6cc37ff8fdcddf9ebd5cd5ce.tar.gz kamek-69b2b83ac585121b6cc37ff8fdcddf9ebd5cd5ce.zip |
initial version of file select
Diffstat (limited to 'bugfixes.yaml')
-rw-r--r-- | bugfixes.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 29b7acd..2576c1e 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -1,5 +1,7 @@ ---
-source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S]
+# This has kind of turned into the "random stuff that we don't want to make a yaml for"
+# yaml, hasn't it...
+source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S, ../src/newer.cpp]
hooks:
- name: FixMemoryLeaks
type: patch
|