mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
[orbis-kernel] store sdk version to the context
This commit is contained in:
parent
a847e739fc
commit
dc44b619b2
3 changed files with 15 additions and 11 deletions
|
|
@ -159,6 +159,7 @@ public:
|
|||
Ref<RcBase> dmemDevice;
|
||||
Ref<RcBase> blockpoolDevice;
|
||||
AudioOut *audioOut = nullptr;
|
||||
uint sdkVersion{};
|
||||
|
||||
private:
|
||||
mutable pthread_mutex_t m_heap_mtx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue