mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
10 lines
201 B
C++
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);
|
|
}
|