This commit is contained in:
azw 2023-09-06 00:31:57 +00:00
parent 438247f086
commit cf9a023a31
2 changed files with 2 additions and 8 deletions

View File

@ -84,7 +84,7 @@ static void SavePerfLog()
const std::string App::GetPkgName()
{
return "wsproxy";
return a8::Format("game%d_wsproxy", {GAME_ID});
}
void App::Init()
@ -162,12 +162,6 @@ void App::Update()
{
QuickExecute();
SlowerExecute();
#if 0
a8::tick_t end_tick = a8::XGetTickCount();
if (end_tick - begin_tick > GetPerf().max_run_delay_time) {
GetPerf().max_run_delay_time = end_tick - begin_tick;
}
#endif
}
void App::AddSocketMsg(SocketFrom_e sockfrom,

2
third_party/f8 vendored

@ -1 +1 @@
Subproject commit 389b2df366a33d73510c373fcf0875427a31d482
Subproject commit ae2a2bcddbacf26d0ba2f1be7c95ee9e20ce3023