pureikyubu/SRC/HighLevel/DumpThreads.h
2020-04-15 22:13:35 +03:00

10 lines
201 B
C++

// Dump DolphinOS threads.
#pragma once
namespace HLE
{
Json::Value* DumpDolphinOsThreads(bool displayOnScreen);
Json::Value* DumpDolphinOsContext(uint32_t effectiveAddr, bool displayOnScreen);
}