Starship/.vscode/settings.json
Alejandro Asenjo Nitti e3b26ca666
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

* .
2024-02-18 12:43:21 -03:00

69 lines
1.5 KiB
JSON

{
"python.formatting.autopep8Args": [
"--ignore",
"E402"
],
"search.useIgnoreFiles": false,
"search.exclude": {
"**/.git": true,
"**/.github": true,
"build/**": true,
"expected/**": true,
"tools/**": true
},
"defines": [
"_LANGUAGE_C"
],
"files.associations": {
"hud.h": "c",
"global.h": "c",
"ultratypes.h": "c",
"mbi.h": "c",
"common.h": "c",
"sf64math.h": "c",
"ultra64.h": "c",
"os_internal.h": "c",
"structs.h": "c",
"stdint.h": "c",
"xstdio.h": "c",
"controller.h": "c",
"os_version.h": "c",
"stdbool.h": "c",
"variables.h": "c",
"functions.h": "c",
"macros.h": "c",
"random": "c",
"limits": "c",
"algorithm": "c",
"dfee30.h": "c",
"fox_i1.h": "c",
"symbol_addrs_overlays": "cpp",
"string.h": "c",
"stdarg.h": "c",
"fox_option.h": "c",
"cstdlib": "c",
"typeinfo": "c",
"sym_addrs_funcs": "c",
"*.txt": "c",
"fox_title.h": "c",
"prevent_bss_reordering.h": "c",
"fox_map.h": "c",
"sf64level.h": "c",
"prevent_bss_reordering2.h": "c",
"ast_aq.h": "c",
"ast_8e1f80.h": "c",
"fox_end2.inc": "c",
"sf64thread.h": "c",
"gfx.h": "c",
"os.h": "c",
"math.h": "c",
"context.h": "c",
"sf64player.h": "c",
"sys.h": "c",
"fox_option_assets.h": "c",
"mods.h": "c",
"i5.h": "c",
"sf64audio_provisional.h": "c"
},
"C_Cpp_Runner.msvcBatchPath": ""
}