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.
This commit is contained in:
Scribbler 2023-12-25 23:25:48 +00:00
parent dbd35c2c8c
commit 1cfbf74bc6

View File

@ -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 {