mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 14:55:32 -04:00
start shield final config (#2726)
* checkpoint * shield final half building
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user