AmatCoder

Results 30 comments of AmatCoder
trafficstars

> [...] they click on .bin and get an error. It causes a lot of misunderstandings, they think they can't play or have deeper emulator problems... when they just need...

Yes, it seems that **syscard3.pce** file from Mednaffe has padding zeros at beginning so I'm afraid you're right. I don't know why I jumped to the conclusion that it was...

> Currently in the GUI, the input section only allows the user to allocate only one input method, and doesn't allow for multiple inputs to be assigned to the emulated...

Yes, you need to regenerate _**resources.c**_ with _**glib-compile-resources**_ program if you change ui files. Something like this: `$ glib-compile-resources --sourcedir=./share/glade --target=./src/resources.c --generate-source ./share/glade/resources.xml`

ST-LIS3LV02DL is not a touchpad but an accelerometer. Some laptops (HP, ThinkPad...) has one and it can acts like an analogic gaming device. See: https://www.kernel.org/doc/html/latest/misc-devices/lis3lv02d.html Does it work fine if...

Can you tell me which key? And your OS?

Confirmed, rapid input is missing on **pce** and **pce_fast** modules. Thanks for reporting.

I uploaded last windows build here: https://ufile.io/day5i6pe

Applications that are run with Flatpak have [limited access to the host environment](https://docs.flatpak.org/en/latest/sandbox-permissions.html). By default, Mednaffe as Flatpak [only allows access to the user’s home directory](https://github.com/flathub/com.github.AmatCoder.mednaffe/blob/master/com.github.AmatCoder.mednaffe.json#L16). But users can override...

Fixed with version [0.9.3](https://github.com/AmatCoder/mednaffe/releases/tag/0.9.3).