forked from Dniel97/segatools
9f43f9f397
Diva slider uses the quasi-JVS framing used by all other SEGA boards, the Chunithm slider is a special case.
14 lines
276 B
Meson
14 lines
276 B
Meson
board_lib = static_library(
|
|
'board',
|
|
include_directories : inc,
|
|
implicit_include_directories : false,
|
|
c_pch : '../precompiled.h',
|
|
dependencies : [
|
|
capnhook.get_variable('hook_dep'),
|
|
],
|
|
sources : [
|
|
'io3.c',
|
|
'io3.h',
|
|
],
|
|
)
|