From 759cef6e015a7fe99bc94cd70da92e8f00584db9 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 1 Sep 2024 17:09:54 +0200 Subject: [BOX32] Fixes and hacks to get steamcmd shows the prompt --- src/libtools/threads.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libtools') diff --git a/src/libtools/threads.c b/src/libtools/threads.c index 0973d658..8de7f5e9 100644 --- a/src/libtools/threads.c +++ b/src/libtools/threads.c @@ -140,8 +140,8 @@ static void emuthread_destroy(void* p) free_tlsdatasize(ptr);*/ // free x64emu #ifdef BOX32 - if(box64_is32bits && !et->join) - to_hash_d(et->self); + /*if(box64_is32bits && !et->join) // not removing hash key from old pthread_t + to_hash_d(et->self);*/ #endif if(et) { FreeX64Emu(&et->emu); @@ -161,8 +161,8 @@ static void emuthread_cancel(void* p) DynaRun(et->emu); // will return after a __pthread_unwind_next() } #ifdef BOX32 - if(box64_is32bits) - to_hash_d(et->self); + /*if(box64_is32bits) + to_hash_d(et->self);*/ // not removing hash for old pthread_t #endif box_free(et->cancels); et->cancels=NULL; -- cgit 1.4.1