[orbis-kernel] store sdk version to the context

This commit is contained in:
DH 2023-11-10 20:53:41 +03:00
parent a847e739fc
commit dc44b619b2
3 changed files with 15 additions and 11 deletions

View file

@ -159,6 +159,7 @@ public:
Ref<RcBase> dmemDevice;
Ref<RcBase> blockpoolDevice;
AudioOut *audioOut = nullptr;
uint sdkVersion{};
private:
mutable pthread_mutex_t m_heap_mtx;