Marco Rodolfi
Marco Rodolfi
> Just tested on Manjaro 22.1.0 Talos, failed to compile: > > [xenia_canazy_compilation_error.txt](https://github.com/xenia-canary/xenia-canary/files/11305026/xenia_canazy_compilation_error.txt) Fixed that with the dumbest way imaginable: ```cpp #if XE_PLATFORM_WINDOWS __movsq((unsigned long long*)physaddr, (unsigned long long*)rdmapping, written_length...
> > In ppc_context.h:443 Instead of line: > > ``` > > return processor->memory()->TranslateVirtual(guest_address); > > ``` > > > > > > > > > > > > >...
> > > Just tested on Manjaro 22.1.0 Talos, failed to compile: > > > [xenia_canazy_compilation_error.txt](https://github.com/xenia-canary/xenia-canary/files/11305026/xenia_canazy_compilation_error.txt) > > > > > > Fixed that with the dumbest way imaginable: >...
An initial WIP that compiles fine is on #198, but it's not ready for merging yet.
Found the source of the regression, hid 1.0.6 introduces this bug, see https://github.com/apmorton/pyhidapi/issues/60. Reported to the mantainers. I've also found a similar bug report on SteamOS bug report from someone...
pip install hid==1.0.5 fixes it, might be worth to do this temporarily while upstream fixes this.
> > > pip install hid==1.0.5 fixes it, might be worth to do this temporarily while upstream fixes this. > > > > Can you downgrade it in bazzite for...
Yeah, can confirm. Without it my joycon weren't recognizing any input at all and the service was default disabled. As soon as I started it, they immediately start reporting events...
Yeah, that's a Qualcomm driver regression: ``` [ 457.706090] Bluetooth: hci0: SSR or FW download time out [ 457.706106] hci_uart_qca serial0-0: PM: dpm_run_callback(): acpi_subsys_suspend+0x0/0x60 returns -110 [ 457.706126] hci_uart_qca serial0-0:...