mbaran5

Results 10 comments of mbaran5

> We need to make an implementation that allows to connect 2 classic controllers of Wii and NES/SNES Classic Mini My understanding of the way these are setup, the i2c...

I had this issue and it was a corrupt VHD file. I had to redownload the base VHD, replace the bad one on my NAS, and rerun the script. It...

MI2 passes with numbers. CK6 still doesn't let you through.

The KEY903 uses the same proprietary protocol as all of the other Iris V1 stuff. Looking at the main zigpy repo - I see a 2 year old issue where...

Thanks. Ran into the same issue, this helped.

Is anyone seeing periodic high CPU utilization with any one of the forked repos? Mine addon will suddenly jump to 100% CPU and clog up the whole host until I...

I have the same issue with Android 11 on a Retroid Pocket 3+. PPSSPP latest git via RetroArch crashes when the video is set to use Vulkan.

> I've been seeing this issue recently as well. It seems to be pretty random; I can successfully toggle a switch multiple times in a row, and then one toggle...

edit: I can get passed this error by updating the premake5.lua as follows edit2: I was also building debug, switched to release and updated post. ```filter({"platforms:Linux", "language:C++", "toolset:clang"}) disablewarnings({ "deprecated-register",...

I've gotten a bit further with the following, but am stuck with the APU src/xenia/cpu/hir/value.h >`#include ` src/xenia/gpu/register_file.cc > `#include ` premake5.lua ``` filter({"platforms:Linux", "language:C++", "toolset:clang"}) disablewarnings({ "deprecated-register", "inconsistent-missing-override", "invalid-offsetof",...