Sergi・セルジ
Sergi・セルジ
I see that when there's an unknown synchronous exception (the only ones currently handled by FreeRTOS are ECALLs), [the code spins forever](https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/master/portable/GCC/RISC-V/portASM.S#L239) in a loop: ``` is_exception: csrr t0, mcause...
You can change the button mappings here: https://github.com/xerpi/ds4vita/blob/master/main.c#L226-L234
If I'm not mistaken, when you target the real hardware (`-t hw`), a `boot.bin` file that contains the bitstream is created, which then you can copy to the boot partition...
Another example: ```asm foo: ldr rX, [addr] lsls rY, rX, #0x1f bmi foo ``` Gets decompiled into (Ghidra 11.0): ```c do { } while (*addr
Actually, the Wii has a USB Bluetooth dongle internally (it's what it usees to communicate with the Wiimote). I started a branch trying to add BT controller support but it's...
I can confirm this made it able to compile in Visual Studio 2013.
That's on my TODO list. Probably using https://github.com/gabomdq/SDL_GameControllerDB for the mappings would be a good idea.
> When I connect my ps4 controller to wii, it doesn't detect any input and goes into charging mode Can you check the Vendor ID and Product ID of the...
> > > When I connect my ps4 controller to wii, it doesn't detect any input and goes into charging mode > > > > > > Can you check...
The code looks incredibly nice, thank you very much! The MR is still a Draft, right? By the way, do you mind creating a separate MR for the bug fixes...