mirror of https://github.com/4yn/brokenithm-kb
parent
4f28d4ce45
commit
88699549e2
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
set(CMAKE_SYSTEM_VERSION "10.0.19041")
|
set(CMAKE_SYSTEM_VERSION "10.0.19041")
|
||||||
|
|
||||||
project(brokenithm-kb VERSION 0.1.1)
|
project(brokenithm-kb VERSION 0.1.2)
|
||||||
|
|
||||||
message("Using kit " "${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}")
|
message("Using kit " "${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}")
|
||||||
|
|
||||||
|
|
|
@ -176,7 +176,7 @@ void BrokenithmServer::Impl::start_server()
|
||||||
|
|
||||||
for (int i = 0; i < 38; i++)
|
for (int i = 0; i < 38; i++)
|
||||||
{
|
{
|
||||||
if (message[i] == '1')
|
if (message[i+1] == '1')
|
||||||
{
|
{
|
||||||
m_controller_state.add_button(i);
|
m_controller_state.add_button(i);
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,9 @@ Read more at https://github.com/4yn/brokenithm-kb
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
v0.1.2
|
||||||
|
- Fixed broken leftmost key and air 6
|
||||||
|
|
||||||
v0.1.1
|
v0.1.1
|
||||||
- Removed openssl/zlib bloat
|
- Removed openssl/zlib bloat
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue