diff options
Diffstat (limited to 'src/jalv_console.c')
-rw-r--r-- | src/jalv_console.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c index ae5c30f..65708d0 100644 --- a/src/jalv_console.c +++ b/src/jalv_console.c @@ -40,6 +40,15 @@ jalv_ui_resize(Jalv* jalv, int width, int height) return 0; } +void +jalv_ui_port_event(Jalv* jalv, + uint32_t port_index, + uint32_t buffer_size, + uint32_t protocol, + const void* buffer) +{ +} + int jalv_init(int* argc, char*** argv, JalvOptions* opts) { |