OpenSWE1R / openswe1r

An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
https://openswe1r.github.io/
GNU General Public License v2.0
315 stars 26 forks source link

Stub more threading functions #119

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 6 years ago

These functions might be called by the audio system to kill or revive the streaming-thread. In certain scenarios, the audio configuration can cause some of these to be called at startup. By stubbing these, we therefore avoid crashes at startup or exit.

Note that the audiosystem will still crash at exit in some configurations, as the listener ::Release function is not implemented.

Closes #48