This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
BizHawk
mirror of
https://github.com/TASEmulators/BizHawk.git
Watch
1
Star
0
Fork
You've already forked BizHawk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
invariantculture
BizHawk
/
waterbox
/
nyma
/
zlib
/
do-everything-for-waterbox
6 lines
84 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
waterbox libsnes cothreads: set TEB/TIB stuff some bsnes cothreads call callbacks that hit managed threads. We shouldn't do that, but we do, and sometimes those threads run MSVC's __stkchk which can, depending on circumstances, blow up if the thread extents aren't set. This also means that we cannot save space on a lot of cothread stacks because __stkchck will blow up any detection guards we try
2020-06-03 19:48:06 +00:00
#!/bin/sh
./configure-for-waterbox
make clean
clean nyma zlib building stuff
2020-06-20 23:38:55 +00:00
make -j libz.a
waterbox libsnes cothreads: set TEB/TIB stuff some bsnes cothreads call callbacks that hit managed threads. We shouldn't do that, but we do, and sometimes those threads run MSVC's __stkchk which can, depending on circumstances, blow up if the thread extents aren't set. This also means that we cannot save space on a lot of cothread stacks because __stkchck will blow up any detection guards we try
2020-06-03 19:48:06 +00:00
./install-for-waterbox