mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 15:47:17 -04:00
Windows build fixes
Name mangling/linkage shenanigans Remove jsystem_stubs.cpp, it's not necessary.
This commit is contained in:
@@ -33,7 +33,9 @@
|
||||
//#pragma nosyminline on
|
||||
#endif
|
||||
|
||||
extern dPa_particleTracePcallBack_c JPTracePCB4;
|
||||
extern "C" {
|
||||
extern dPa_particleTracePcallBack_c JPTracePCB4;
|
||||
}
|
||||
|
||||
void dPa_cleanupGX() {
|
||||
GXSetTevColorOp(GX_TEVSTAGE0, GX_TEV_ADD, GX_TB_ZERO, GX_CS_SCALE_1, GX_TRUE, GX_TEVPREV);
|
||||
|
||||
Reference in New Issue
Block a user