Skip to content

Commit 53e81cd

Browse files
authored
Update rpcs3.cpp
1 parent df92b1d commit 53e81cd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

rpcs3/rpcs3.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,10 @@ int run_rpcs3(int argc, char** argv)
13731373
}
13741374
else if (!g_headless && g_cfg.misc.start_big_picture_mode)
13751375
{
1376-
Emu.BootBigPictureMode();
1376+
Emu.CallFromMainThread([]()
1377+
{
1378+
Emu.BootBigPictureMode();
1379+
});
13771380
}
13781381

13791382
// run event loop (maybe only needed for the gui application)

0 commit comments

Comments
 (0)