pureikyubu/SRC/HighLevel/HleCommands.h
2020-08-09 21:36:10 +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();
}