diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-04-08 17:25:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-08 19:25:56 -0300 |
| commit | 52e1b6cb17e7ca10b1e7d5a4e0e0dd023e475a9a (patch) | |
| tree | eb9dec0f320fde60abcb1cc4626be656a5742f98 /.vscode | |
| parent | be0d328b4e649be60bf03249bed6fd271bf0693a (diff) | |
Further docs on script, various other things (#204)
* stuff
* too much
* Torch commit
* torch again
* names and such
* names
* even more stuff
* format
* enums
* whoops on the gbi
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 f9c5ca86..c7749127 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -136,7 +136,8 @@ "ast_vs_menu.h": "c", "sf64mesg.h": "c", "sf64audio_external.h": "c", - "audioseq_cmd.h": "c" + "audioseq_cmd.h": "c", + "ultralog.h": "c" }, "C_Cpp_Runner.msvcBatchPath": "" }
\ No newline at end of file |
