Problems with samples

Well there was the old issue with FMOD, and more recently the shutdown crash that I was experiencing. Those were both with simple threads. Both were fixed by disabling threading. Whenever I’ve tried full threading things just seems to crash on load.

The other thing, there is a significant performance benefit running with threads disabled as opposed to simple threads, at least in my case. I don’t see any benefit for running simple threads over no threads.