From 063e256c358052970352469f439c218dbd568c10 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Tue, 24 Dec 2024 23:36:49 +0800 Subject: [PATCH] axihttp fixed --- AxibugEmuOnline.Client/Assets/Script/AppMain/AxiHttp/AxiHttp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiHttp/AxiHttp.cs b/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiHttp/AxiHttp.cs index fa7717c..844cd2b 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiHttp/AxiHttp.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiHttp/AxiHttp.cs @@ -14,7 +14,6 @@ using System.Threading; public static class PSVThread { - static Thread psvThread = new Thread(Loop); static AutoResetEvent autoEvent = new AutoResetEvent(false); static Queue qActs = new Queue(); static Queue qWork = new Queue(); @@ -29,6 +28,7 @@ public static class PSVThread } #if UNITY_PSP2 + static Thread psvThread = new Thread(Loop); static bool bSingleInit = false; static void SingleInit() {