Skip to content

Conversation

@yalnie
Copy link

@yalnie yalnie commented Jan 20, 2026

Guidelines

  1. Rebase before opening a pull request
  2. If you are sending several unrelated fixes or features, use a branch and a separate pull request for each
  3. If possible try squashing everything in a single commit. This is particularly beneficial in the case of feature merges since it allows easy bisecting when a problem arises

Description

Adds splash screen and preview screen to the RetroArch webOS application.

Related Issues

[Any issues this pull request may be addressing]

Related Pull Requests

[Any other PRs from related repositories that might be needed for this pull request to work]

Reviewers

[If possible @mention all the people that should review your pull request]


I couldn't find appinfo.json it should look like this:

{
    "id": "com.retroarch.webos",
    "version": "1.22.2",
    "vendor": "webosbrew.org",
    "title": "RetroArch",
    "bgImage":"preview.png",
    "splashBackground":"splash.png",
    "icon": "icon160.png",
    "main": "retroarch",
    "iconColor": "#333333",
    "type": "native",
    "appDescription": "Emulation frontend",
    "cloudgame_active": true,
    "useAllMouseButtons": true,
    "useAllKeyboardKeys": true
}

Images from RetroArch. Download 4K-res:
original.zip

@cscd98
Copy link
Collaborator

cscd98 commented Jan 20, 2026

Thanks for the PR.

Could you update the Makefile (it is where appInfo.json lives)

https://github.com/webosbrew/RetroArch/blob/webos/Makefile.webos#L219

We don't need bgImage (as it only works on webOS 1 and 2) which is such a small subset of users and increases the package size.

@yalnie
Copy link
Author

yalnie commented Jan 20, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants