mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +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
|
|
@ -69,7 +69,7 @@ struct Process final {
|
|||
EventEmitter event;
|
||||
std::optional<sint> exitStatus;
|
||||
|
||||
std::uint32_t sdkVersion = -1;
|
||||
std::uint32_t sdkVersion = 0;
|
||||
std::uint64_t nextTlsSlot = 1;
|
||||
std::uint64_t lastTlsOffset = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue