From 23a6cf91cd6acf97b4b78bf351c0845a39f84989 Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:48:39 -0700 Subject: start shield final config (#2726) * checkpoint * shield final half building --- src/lingcod/LingcodPatch.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/lingcod/LingcodPatch.c (limited to 'src/lingcod') diff --git a/src/lingcod/LingcodPatch.c b/src/lingcod/LingcodPatch.c new file mode 100644 index 0000000000..ef606c2264 --- /dev/null +++ b/src/lingcod/LingcodPatch.c @@ -0,0 +1,29 @@ +#include "lingcod/lingcod.h" + +int lingcod_getIniState() { + return 0; +} + +int NVGXCreateGroup() { + return -1; +} + +int NVGXCreateSubGroup() { + return -1; +} + +void NVGXReleaseGroup() { + return; +} + +float lingcod_getBloomScale() { + return 1.0f; +} + +float lingcod_getDoFScale() { + return 1.0f; +} + +int lingcod_fireGameEventEx() { + return 0; +} -- cgit v1.2.3