mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
Linux/macOS: Implement overlay CPU/memory statistics (#480)
This commit is contained in:
parent
c17097369b
commit
9ce52ad83a
14 changed files with 322 additions and 98 deletions
|
@ -1,5 +1,4 @@
|
|||
#include "Fiber.h"
|
||||
#if BOOST_OS_LINUX || BOOST_OS_MACOS
|
||||
#include <ucontext.h>
|
||||
|
||||
thread_local Fiber* sCurrentFiber{};
|
||||
|
@ -52,5 +51,3 @@ void* Fiber::GetFiberPrivateData()
|
|||
{
|
||||
return sCurrentFiber->m_privateData;
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue