This website requires JavaScript.
Explore
Help
Sign In
Hri7566
/
sm64ex-coop
Watch
1
Star
0
Fork
You've already forked sm64ex-coop
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
20167088d6
sm64ex-coop
/
data
/
dynos_gfx_update.cpp
8 lines
91 B
C++
Raw
Normal View
History
Unescape
Escape
Added DynOS v1.1 without the dynamic options - Added support for coop-specific actors - Added support for coop-specific geo functions - Added support for coop-specific model functions
2022-03-10 03:01:03 +01:00
#
include
"dynos.cpp.h"
extern
"
C
"
{
}
void
DynOS_Gfx_Update
(
)
{
Fix crash when toggling dynos packs
2022-04-23 11:22:12 +02:00
DynOS_Tex_Update
(
)
;
Added DynOS v1.1 without the dynamic options - Added support for coop-specific actors - Added support for coop-specific geo functions - Added support for coop-specific model functions
2022-03-10 03:01:03 +01:00
}