mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-29 10:29:41 -06:00
start making things nicerer
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user