XAudio2 voices and D3D dynamic textures implemented

This commit is contained in:
Jack Andersen
2016-03-08 10:28:44 -10:00
parent e1964f57a9
commit 1b3209f4bf
5 changed files with 71 additions and 24 deletions

View File

@@ -285,6 +285,7 @@ public:
int clientReturn = 0;
std::thread clientThread([&]()
{
CoInitializeEx(nullptr, COINIT_MULTITHREADED);
clientReturn = m_callback.appMain(this);
PostThreadMessage(g_mainThreadId, WM_USER+1, 0, 0);
});