diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-10-06 02:48:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-06 12:48:39 +0300 |
| commit | 23a6cf91cd6acf97b4b78bf351c0845a39f84989 (patch) | |
| tree | efef0a1ebd4a16c37de9f528576cc722c00a947a /include | |
| parent | b3d30467bf46430ecb28046a8eb14cd30803befc (diff) | |
start shield final config (#2726)
* checkpoint
* shield final half building
Diffstat (limited to 'include')
| -rw-r--r-- | include/Z2AudioLib/Z2SeMgr.h | 2 | ||||
| -rw-r--r-- | include/lingcod/lingcod.h | 28 |
2 files changed, 29 insertions, 1 deletions
diff --git a/include/Z2AudioLib/Z2SeMgr.h b/include/Z2AudioLib/Z2SeMgr.h index e0af0cc7fb..0e70c07f3a 100644 --- a/include/Z2AudioLib/Z2SeMgr.h +++ b/include/Z2AudioLib/Z2SeMgr.h @@ -83,7 +83,7 @@ public: /* 802AE5B0 */ bool isSoundCulling(JAISoundID); /* 802B9AC4 */ void resetCrowdSize() { mCrowdSize = 0; } -#if PLATFORM_WII +#if PLATFORM_WII || PLATFORM_SHIELD void homeMenuSeCallback(s32); #endif diff --git a/include/lingcod/lingcod.h b/include/lingcod/lingcod.h new file mode 100644 index 0000000000..f275a9dfb9 --- /dev/null +++ b/include/lingcod/lingcod.h @@ -0,0 +1,28 @@ +#ifndef LINGCOD_H +#define LINGCOD_H + +#ifdef __cplusplus +extern "C" { +#endif + +int lingcod_getIniState(); +int NVGXCreateGroup(); +int NVGXCreateSubGroup(); +void NVGXReleaseGroup(); +float lingcod_getBloomScale(); +float lingcod_getDoFScale(); +int lingcod_fireGameEventEx(); + +inline void lingcod_revalidateNVSI() { + return; +} + +inline void lingcod_callNVSISnippet() { + return; +} + +#ifdef __cplusplus +} +#endif + +#endif |
