mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
ipmi: hack to close message dialogs (#83)
This commit is contained in:
parent
1ba65dea8e
commit
2bf0824a5c
2 changed files with 100 additions and 1 deletions
|
|
@ -192,6 +192,7 @@ public:
|
|||
|
||||
shared_mutex regMgrMtx;
|
||||
kmap<std::uint32_t, std::uint32_t> regMgrInt;
|
||||
std::vector<std::tuple<std::uint8_t*, size_t>> dialogs{};
|
||||
|
||||
private:
|
||||
shared_mutex m_heap_mtx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue