1
This commit is contained in:
parent
438247f086
commit
cf9a023a31
@ -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
2
third_party/f8
vendored
@ -1 +1 @@
|
||||
Subproject commit 389b2df366a33d73510c373fcf0875427a31d482
|
||||
Subproject commit ae2a2bcddbacf26d0ba2f1be7c95ee9e20ce3023
|
Loading…
x
Reference in New Issue
Block a user