diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-02-18 20:12:11 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-02-18 20:12:11 -0300 |
| commit | c76d6277a8a631740119f3bb219bba61f4e1ea98 (patch) | |
| tree | c0755e840746d6f48ecf41f7a0f51d3f1d744274 /.vscode | |
| parent | 608d078346df7a5ac12cc138797bc1e7d1b58fb8 (diff) | |
Float precision rendering
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index d2f8dd83..a8bccffc 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -17,7 +17,8 @@ "_LANGUAGE_C", "__sgi", "_MIPS_SZLONG=32", - "F3DEX_GBI" + "F3DEX_GBI", + "GBI_FLOATS" ], "cStandard": "gnu89", // C89 + some GNU extensions from C99 like C++ comments "cppStandard": "${default}" |
