mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
10 lines
164 B
C++
10 lines
164 B
C++
// Various commands for debugging hardware (Flipper)
|
|
|
|
#pragma once
|
|
|
|
#define HW_JDI_JSON L"./Data/Json/HWJdi.json"
|
|
|
|
namespace Flipper
|
|
{
|
|
void hw_init_handlers();
|
|
};
|