Mátyás Mustoha

Results 279 comments of Mátyás Mustoha

Hi! The gamepad handling code Pegasus is built on doesn't seem to handle triggers as axes, only as buttons. I assume you can't do both a the same time, so...

Not sure if possible, but I'll keep this in mind. The gamepad support on Android is based on an external module, which got somewhat outdated. I'd need to rewrite it...

Hi! I appreciate the well-written feature request, but this is both out of scope (because Pegasus is only the interface, not the scraper/game or emulator downloader/database/etc. part of a setup),...

Oh I see, yes, a plugin system would be a good solution. There have been ideas about such system (eg. scraper plugin, achievements plugin, save game plugin), but there's no...

The exact definition of "completed" can be broad, so I think this might be better as an extra option in the metadata files (eg. `x-completed`). Some people may want to...

Oh, someone actually messaged me with a similar question recently, about custom writable fields, and we solved it by using the theme's settings (ie. `memory`). Technically it can be used...

Hi! You can manually add Android games through metadata files, similarly to other platforms. The details are documented here: https://pegasus-frontend.org/docs/user-guide/platform-android/ I'm not familiar with Joiplay, but if the games have...

> Any way to remove the apps in Pegasus and only add the android games via this procedure you mentioned? Or simply remove non-game apps by deleting them manually from...

I think this should work for a regular game: ``` am start --user 0 -n com.package.name/com.package.name.ActivityName ``` I agree, this could be added to the documentation. As for Joiplay, try...