mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
10 lines
205 B
C++
10 lines
205 B
C++
// The debugging interface specification provided by this component is in Data\\DduJdi.json.
|
|
|
|
#pragma once
|
|
|
|
#define DDU_JDI_JSON L"./Data/Json/DduJdi.json"
|
|
|
|
namespace DVD
|
|
{
|
|
void DvdCommandsReflector();
|
|
}
|