forked from TeamTofuShop/segatools
swdc: first segatools added
This commit is contained in:
9
swdcio/di.h
Normal file
9
swdcio/di.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "swdcio/backend.h"
|
||||
#include "swdcio/config.h"
|
||||
|
||||
HRESULT swdc_di_init(
|
||||
const struct swdc_di_config *cfg,
|
||||
HINSTANCE inst,
|
||||
const struct swdc_io_backend **backend);
|
Reference in New Issue
Block a user