pureikyubu/SRC/HighLevel/HleCommands.h
2020-05-05 13:38:27 +03:00

10 lines
179 B
C++

// HLE JDI. Some commands available only after emulation has been started.
#pragma once
#define HLE_JDI_JSON L"Data\\Json\\HLEJdi.json"
namespace HLE
{
void JdiReflector();
}