mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Don't create Host objects except in headless/unittest
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user