mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
fix compilation error
This commit is contained in:
parent
bb684f87b1
commit
d7c3cb17ad
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue