mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-01 02:05:21 +02:00
ImDebugger: Show per-thread current directory in threads view
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user