From c76d6277a8a631740119f3bb219bba61f4e1ea98 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Tue, 18 Feb 2025 20:12:11 -0300 Subject: Float precision rendering --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vscode') 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}" -- cgit v1.2.3