From 1eeacc4d443b617cbbbd0aea4dcfcd3ef73536ee Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 10 Aug 2025 13:18:28 -0700 Subject: [PATCH] Fix NCC --- tools/ncc/skip.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ncc/skip.yml b/tools/ncc/skip.yml index 322cded0..e18250e9 100644 --- a/tools/ncc/skip.yml +++ b/tools/ncc/skip.yml @@ -77,4 +77,5 @@ fccType: "Re-defined Windows name" SDL_KeyboardID_v: "SDL-based name" SDL_MouseID_v: "SDL-based name" SDL_JoystickID_v: "SDL-based name" -SDL_TouchID_v: "SDL-based name" \ No newline at end of file +SDL_TouchID_v: "SDL-based name" +Load: "Not a variable but function name" \ No newline at end of file