ImDebugger: Show per-thread current directory in threads view

This commit is contained in:
Henrik Rydgård
2026-08-24 10:21:27 +02:00
parent 8a26e39792
commit b3a2178a5c
4 changed files with 20 additions and 8 deletions
+1 -2
View File
@@ -712,8 +712,7 @@ void ImportFuncSymbol(const FuncSymbolImport &func, bool reimporting, const char
if (shouldHLE && GetHLEFunc(func.moduleName, func.nid)) {
if (reimporting && Memory::Read_Instruction(func.stubAddr + 4) != GetSyscallOp(func.moduleName, func.nid)) {
const char *name = GetHLEFuncName(func.moduleName, func.nid);
char temp[256];
if (temp) {
if (name) {
WARN_LOG(Log::Loader, "Reimporting updated syscall from %s: %s", func.moduleName, name);
} else {
WARN_LOG(Log::Loader, "Reimporting updated syscall from %s: zz_%08x", func.moduleName, func.nid);