Remove pjutil::DynLibCallDllMain()

This commit is contained in:
Frank-74 2017-02-05 01:06:23 +00:00 committed by GitHub
parent 375aabf22b
commit 3f99504d7f
1 changed files with 0 additions and 3 deletions

View File

@ -148,9 +148,6 @@ bool CAudioPlugin::Initiate(CN64System * System, RenderWindow * Window)
m_Initialized = InitiateAudio(Info) != 0; m_Initialized = InitiateAudio(Info) != 0;
#ifdef _WIN32 #ifdef _WIN32
//jabo had a bug so I call CreateThread so his dllmain gets called again
pjutil::DynLibCallDllMain();
if (System != NULL) if (System != NULL)
{ {
if (AiUpdate) if (AiUpdate)