start making things nicerer

This commit is contained in:
Arisotura
2019-03-05 00:34:30 +01:00
parent cfaf5a0f3f
commit 909b29042c
2 changed files with 27 additions and 40 deletions

View File

@ -1667,7 +1667,7 @@ void ApplyNewSettings(int type)
EmuRunning = 2;
while (EmuStatus != 2);
if (type == 0) // general emu settings)
if (type == 0) // general emu settings
{
GPU3D::SoftRenderer::SetupRenderThread();
}
@ -1678,6 +1678,8 @@ void ApplyNewSettings(int type)
Platform::MP_DeInit();
Platform::MP_Init();
}
// TODO: cycle LAN shito
}
EmuRunning = prevstatus;