diff options
Diffstat (limited to 'src/libui_sdl/main.cpp')
-rw-r--r-- | src/libui_sdl/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libui_sdl/main.cpp b/src/libui_sdl/main.cpp index fcc0dd3..9c6b38b 100644 --- a/src/libui_sdl/main.cpp +++ b/src/libui_sdl/main.cpp @@ -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; |