Silent

Results 342 comments of Silent
trafficstars

> I don't personally think there's any need, but ok. It's a niche feature but also without any "harm" to it when added - which makes it a fair request...

One thing to note - unlike RPCS3, PCSX2 cannot source a distinct game icon from anywhere, so all those custom icons would have a PCSX2's icon.

> I can confirm that the mouse works perfectly on PCSX2 1.5.0 using USBQemu 0.10.1-20 32-bit on Windows 10, confirming that this is a bug in the emulator, not the...

> > > I can confirm that the mouse works perfectly on PCSX2 1.5.0 using USBQemu 0.10.1-20 32-bit on Windows 10, confirming that this is a bug in the emulator,...

> PCSX2 1.5.0 There isn't a single 1.5.0 build - check what specific one it is.

For visibility - is there **any** way to emit SMMUL from GCC that does not involve inline assembly? Neither `gcc-cmsis.h` or `arm_acle.h` provide intrinsics for it.

@christophe0606 Indeed, I tried mimicking intrinsics from `cmsis_gcc.h` and it works well: ```cpp __STATIC_FORCEINLINE int32_t __SMMUL (int32_t op1, int32_t op2) { int32_t result; __ASM ("smmul %0, %1, %2" : "=r"...

Would that be https://github.com/ARM-software/CMSIS_6/issues ?

Just chiming in as I have the exact same issue. ![image](https://github.com/flipperdevices/flipperzero-firmware/assets/7947461/0846bd65-1eff-41a5-a2e4-c2dd8233e543)

I'm going to infodump everything I have found out when debugging it on my end. I will be updating this post with findings. cc @hedger * `find_wifi_board_bootloader` appears to be...