forked from TeamTofuShop/segatools
carol: fix ports
This commit is contained in:
@ -21,6 +21,9 @@ const struct dll_bind_sym carol_dll_syms[] = {
|
||||
}, {
|
||||
.sym = "carol_io_touch_init",
|
||||
.off = offsetof(struct carol_dll, touch_init),
|
||||
}, {
|
||||
.sym = "carol_io_ledbd_init",
|
||||
.off = offsetof(struct carol_dll, ledbd_init),
|
||||
}, {
|
||||
.sym = "carol_io_controlbd_init",
|
||||
.off = offsetof(struct carol_dll, controlbd_init),
|
||||
|
Reference in New Issue
Block a user