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