Keith Bourdon
Keith Bourdon
  ---   The font in Disgaea looks a lot better with this commit
Citra doesn't support AppData or writing back to an amiibo. I was working on this on a fork and could probably PR it soon, but it requires you to decrypt...
No real intention besides giving an implementation to the stubbed function. The data ptr and size should only be asked for between calls to retro_run so the core and frontend...
Here is a slightly playable controller mapping for anyone interested (use UI layout 1): ``` jp.co.capcom.res4: --landscape-left --button-to-touch=DPadUp,72,198 --button-to-touch=DPadDown,72,292 --button-to-touch=DPadLeft,24,246 --button-to-touch=DPadRight,120,246 --button-to-touch=X,440,210 --button-to-touch=LeftShoulder,405,280 --button-to-touch=A,370,210 --button-to-touch=B,440,140 --button-to-touch=Y,370,140 ```
Same problem here. The best way to tell if it's bugged is if Sonic falls down at the apex of this loop in the autodemo. 
It was with Firefox, yes. I can try using a different browser the next time I set this up on a clean install On Tue, Aug 6, 2024, 10:07 AM...
Right, the issue is in two controllers sending inputs at the same time. Since touchHLE supports the DualShock 4 controller, DS4Windows was sending an identical set of inputs acting as...