mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 07:55:35 +00:00
rpcsx-os: fix sdk version fetching
This commit is contained in:
parent
b2e180e533
commit
84d2add72d
3 changed files with 9 additions and 4 deletions
|
|
@ -564,7 +564,7 @@ ExecEnv ps4CreateExecEnv(orbis::Thread *mainThread,
|
|||
std::uint64_t entryPoint = executableModule->entryPoint;
|
||||
|
||||
if (mainThread->tproc->processParam != nullptr &&
|
||||
mainThread->tproc->processParamSize <= sizeof(Ps4ProcessParam)) {
|
||||
mainThread->tproc->processParamSize >= sizeof(Ps4ProcessParam)) {
|
||||
auto processParam =
|
||||
reinterpret_cast<std::byte *>(mainThread->tproc->processParam);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue