[rpcsx-os] ipmi: fix 5.05 fw

setup fds for daemons
This commit is contained in:
DH 2023-12-29 16:27:32 +03:00
parent 94d959ba44
commit a6211b514f
2 changed files with 103 additions and 67 deletions

View file

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