Skip to content

Comments

Update hidapi dependency#1

Open
albfan wants to merge 1 commit intojon-dez:win-linux-dev-apifrom
albfan:fixes
Open

Update hidapi dependency#1
albfan wants to merge 1 commit intojon-dez:win-linux-dev-apifrom
albfan:fixes

Conversation

@albfan
Copy link

@albfan albfan commented Jan 29, 2026

release v0.2-alpha has some problem loading joycon images. You can load colors, edit and write them, but it only shows a black rectangle.

image image

So I rebuild the project, and there's an error with hidapi checkout.

This commit fixes hidapi checkout.

easy-imgui has some problem too with uint32_t

This patch should fix it:

diff --git c/tools/TP/TP.hpp i/tools/TP/TP.hpp
index 298d63a..ea338fb 100644
--- c/tools/TP/TP.hpp
+++ i/tools/TP/TP.hpp
@@ -1,5 +1,6 @@
 #include <functional>
 #include <sstream>
+#include <cstdint>
 
 namespace TP {
     void prepare_pool(uint32_t number_threads = 0);

I can add a v0.3 or push build to releases if needed

image

jc_toolkit.zip

@HelloRayH
Copy link

Thanks for the update. If possible, could you please provide the v0.3 version of the code? I'd really appreciate it.

@albfan
Copy link
Author

albfan commented Feb 22, 2026

@HelloRayH that depends on @jon-dez. All source is on my branch (just an submodule update). tagging ans v0.3 is just another name for that commit.

See nothing on compiled code reflects version, so tag is really useless (I'm prone to add some menu for "About" or "version" or a simply version on window title)

Anyway the version is a bit messy.

image

Original code is version reach 5.2.0. A simple 5.2.1 (bugfixing to support linux) should be just fine, but this fork start a v0.x versioning. Up to @jon-dez again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants