This commit is contained in:
2024-05-21 12:30:12 +08:00
parent c1da677abb
commit b5dbfdf73a
12 changed files with 222 additions and 67 deletions

View File

@@ -107,6 +107,8 @@ uint32_t __cdecl LMySqPushString(uint32_t v, const wchar_t* s, uint32_t l)
return LrealSqPushString(v, L"L_getCurrentModuleDamageRate", l);
}
wprintf(L"调用函数: %s", s);
return LrealSqPushString(v, s, l);
}
@@ -1844,7 +1846,7 @@ void Suxn() {
std::string str = BaseData[i];
//std::cout << nutstr << std::endl;
//std::cout << str << std::endl << std::flush;
wchar_t* sfile = DNFTOOL::charTowchar_t((char*)filename.c_str());
wchar_t* ss = DNFTOOL::charTowchar_t((char*)str.c_str());