mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
10 lines
131 B
C++
10 lines
131 B
C++
// Dsp debug commands
|
|
|
|
#pragma once
|
|
|
|
#define DSP_JDI_JSON L"Data\\Json\\DspJdi.json"
|
|
|
|
namespace DSP
|
|
{
|
|
void dsp_init_handlers();
|
|
}
|