SSI263 voices/thread is not currently used

* prevent segfaults when emulated program attempts to play SSI263 phonemes
This commit is contained in:
Aaron Culliney 2013-11-26 12:56:53 -08:00
parent e52b25f170
commit 9cd5fb1406

View File

@ -1182,6 +1182,7 @@ static DWORD WINAPI SSI263Thread(LPVOID lpParameter)
static void SSI263_Play(unsigned int nPhoneme)
{
return; // SSI263 voices are currently deadc0de
#if 1
HRESULT hr;