Remove obsolete hidden setting Browse

This commit is contained in:
Henrik Rydgård
2025-11-04 18:46:05 +01:00
parent 3391d65f4b
commit 1facc4d485
5 changed files with 1 additions and 7 deletions
-4
View File
@@ -269,10 +269,6 @@ void MainThreadFunc() {
}
graphicsContext->ThreadStart();
if (g_Config.bBrowse) {
PostMessage(MainWindow::GetHWND(), WM_COMMAND, ID_FILE_LOAD, 0);
}
if (useEmuThread) {
while (true) {
if (equals_any(g_emuThreadState, EmuThreadState::QUIT_REQUESTED, EmuThreadState::STOPPED)) {