fix compilation error

This commit is contained in:
DH 2024-11-21 11:46:10 +03:00
parent bb684f87b1
commit d7c3cb17ad

View File

@ -752,7 +752,7 @@ SysResult kern_sysctl(Thread *thread, ptr<sint> name, uint namelen,
}
if (g_context.fwType != FwType::Ps5 &&
std::string_view((char *)thread->tproc->appInfo.titleId.data()) ==
std::string_view((char *)thread->tproc->appInfo.titleId) ==
"NPXS20973") {
ORBIS_LOG_ERROR("get tsc freq: returning patched value");
*(uint64_t *)old = 1000000;