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:
parent
dbd35c2c8c
commit
1cfbf74bc6
@ -190,7 +190,7 @@ fn slider_thread_proc(callback: chuni_io_slider_callback_t) void {
|
|||||||
// DLL EXPORTS ======================================================================================================
|
// DLL EXPORTS ======================================================================================================
|
||||||
|
|
||||||
export fn chuni_io_get_api_version() c_ushort {
|
export fn chuni_io_get_api_version() c_ushort {
|
||||||
return 0x0101;
|
return 0x0102;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub export fn DllMain(hDllHandle: HANDLE, dwReason: DWORD, lpreserved: LPVOID) BOOL {
|
pub export fn DllMain(hDllHandle: HANDLE, dwReason: DWORD, lpreserved: LPVOID) BOOL {
|
||||||
|
Loading…
Reference in New Issue
Block a user