Mátyás Mustoha
Mátyás Mustoha
I'm afraid no, as on some platforms there can't be more than one program accessing the screen. Desktop PDF readers also rarely support gamepad controls, and of course there's the...
Hi, this usually happens when the necessary video codecs are missing from the system. I assume you're on Windows, but please see the [issue template](https://github.com/mmatyas/pegasus-frontend/blob/master/.github/ISSUE_TEMPLATE/bug.md) and tell us the details...
Thanks! The log confirms the codec issue: ``` 2022-04-23T12:56:13 [w] DirectShowPlayerService::doRender: Unresolved error code 0x80040218 () 2022-04-23T12:56:14 [w] DirectShowPlayerService::doRender: Unresolved error code 0x80040218 () 2022-04-23T12:56:15 [w] DirectShowPlayerService::doRender: Unresolved error code...
Different sources tend to use different video codecs; in this case Steam just happens to use one that is not on your system. As for whether videos are shown, that...
The issue was confirmed, and the alternative is tracked in https://github.com/mmatyas/pegasus-frontend/issues/347, so I think this can be closed.
The implementation in general looks good, what I'm thinking about is how this should be stored in the metadata files and how should be presented to themes. I've just looked...
tl;dr: For now use `int` as type and call it age rating everywhere (or if you have a good idea for a name that expresses it's the _minimal_ age, that's...
Hi, at the moment there's no support for this, but it would be a nice feature to have in the future.
Hi, yes, at the moment themeing the splash screen is not supported, though such color changing could be added in the future! Until then, if you're comfortable with compiling Pegasus,...
Hm could you take a look on the build settings (Projects -> [Your Android kit] -> Build)? It should look like this:  Also make sure *Build .aab* is turned...