diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-02-18 12:43:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-18 12:43:21 -0300 |
| commit | e3b26ca66645f862eba6a3f0903adf5637e87e00 (patch) | |
| tree | b89c818a82233099fd33bd7f71321806a4b55245 /.vscode | |
| parent | 0b13c0edef088b17364711a5a329434ee7e8b061 (diff) | |
sys_audio_C870.c Initial work (#135)
* func_8000BFE8
* func_8000BF6C
* func_8000BFD8
* func_8000BF94
* func_8000BFA8
* func_8000E1C4
* func_8000DBE4
* func_8000C0C0
* func_8000C1F8
* func_8000C13C
* matching
* various fixes
* AudioHeap_SearchRegularCaches
* func_8000CAF4
* func_8000DC84
* func_8000DC84
* .
* sf64 audio provisional header
* .
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 67636854..5e56c2af 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -62,7 +62,8 @@ "sys.h": "c", "fox_option_assets.h": "c", "mods.h": "c", - "i5.h": "c" + "i5.h": "c", + "sf64audio_provisional.h": "c" }, "C_Cpp_Runner.msvcBatchPath": "" }
\ No newline at end of file |
