Dávid Balatoni
Dávid Balatoni
With the current library I am using for Android, I do something like this: `writeCharacteristic(callback1).enqueue()` `waitForNotification(callback1).enqueue()` I don't have a general callback for notifications. This is nice because I am...
### System * MALClient Version: `1.9.5.4` * Platform: `Android` ### Description I have had this problem for a very long time. When I scroll down in the voice actor screen,...
It doesn't happen to me on version 1.0.0.
Using MWCC 1.3.2, these operations get compiled differently (also depending on the optimization level) and don't get recognized by m2c. On -O0,p division by 2 looks like (on -O0 it...
We currently have an asm pattern for Fcmpo cror, it looks like this: ``` fcmpo $cr0, $x, $y cror 2, N, 2 ``` but in the asm format of dtk...
Currently it shows only the address.
- Adjusted the pattern to make it possible for addresses to not start at zero - Sometimes the last part uses different registers, this was adjusted in the pattern -...
I added a test case for how MWCC 1.3.2/2.6 handles a != 0 and a != b and code to handle it. In this PR I plan to fix all...
Here's a minimal scratch to show the problem: https://decomp.me/scratch/mbs6S