From 1cfbf74bc62229b0758251084cb2620098eb27e8 Mon Sep 17 00:00:00 2001 From: Scribbler Date: Mon, 25 Dec 2023 23:25:48 +0000 Subject: [PATCH] API version bumped to 0x0102 in line wtih Dniel97 segatools 0x0102 is to signify the Tower LED support, which has already been implemented. This is so that we are reporting the correct API version. --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index 1b0489a..155bc3a 100644 --- a/src/main.zig +++ b/src/main.zig @@ -190,7 +190,7 @@ fn slider_thread_proc(callback: chuni_io_slider_callback_t) void { // DLL EXPORTS ====================================================================================================== export fn chuni_io_get_api_version() c_ushort { - return 0x0101; + return 0x0102; } pub export fn DllMain(hDllHandle: HANDLE, dwReason: DWORD, lpreserved: LPVOID) BOOL {