mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Remove the "restart emuthread" facility that isn't really working (and won't be compatible with the next refactorings)
This commit is contained in:
@@ -446,12 +446,8 @@ namespace MainWindow {
|
||||
}
|
||||
|
||||
static void RestartApp() {
|
||||
if (System_GetPropertyBool(SYSPROP_DEBUGGER_PRESENT)) {
|
||||
PostMessage(MainWindow::GetHWND(), WM_USER_RESTART_EMUTHREAD, 0, 0);
|
||||
} else {
|
||||
g_Config.bRestartRequired = true;
|
||||
PostMessage(MainWindow::GetHWND(), WM_USER_DESTROY, 0, 0);
|
||||
}
|
||||
g_Config.bRestartRequired = true;
|
||||
PostMessage(MainWindow::GetHWND(), WM_USER_DESTROY, 0, 0);
|
||||
}
|
||||
|
||||
void MainWindowMenu_Process(HWND hWnd, WPARAM wParam) {
|
||||
|
||||
Reference in New Issue
Block a user