Don't create Host objects except in headless/unittest

This commit is contained in:
Henrik Rydgård
2023-03-25 10:47:01 +01:00
parent 7d0eac730f
commit d586ec0d5e
34 changed files with 0 additions and 43 deletions
-2
View File
@@ -155,8 +155,6 @@ void MainThreadFunc() {
// We'll start up a separate thread we'll call Emu
SetCurrentThreadName(useEmuThread ? "Render" : "Emu");
host = new Host();
SetConsolePosition();
System_SetWindowTitle("");