Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"actions" do not work correctly #30

Open
sfjuocekr opened this issue Feb 9, 2019 · 4 comments
Open

"actions" do not work correctly #30

sfjuocekr opened this issue Feb 9, 2019 · 4 comments

Comments

@sfjuocekr
Copy link

These two work my correctly in the normal launcher, but not in LauncherGo:

Scrolling through entries;
Favorites.

=====

The ROM section should be renamed ROMS and changed to an array to support multiple directories, some emulators support multiple platforms (namely mGBA has GB and GBC support as well).

@cuu
Copy link
Contributor

cuu commented Feb 10, 2019

thanks first for trying launchergo
launchergo use action.json instead of action.config
eg:

{
"ROM":"/home/cpi/games/SFC",
"ROM_SO":"/home/cpi/apps/emulators/snes9x2005_plus_libretro.so",
"EXT":["sfc","zip"],
"LAUNCHER":"retroarch -L",
"TITLE":"SFC Roms",
"SO_URL":"https://buildbot.libretro.com/nightly/linux/armhf/latest/snes9x2005_plus_libretro.so.zip"
}

@sfjuocekr
Copy link
Author

I know, but the ROM entry could be made into an array like EXT is to support multiple directories?

@cuu
Copy link
Contributor

cuu commented Feb 11, 2019

you mean to search roms from multi ROM folders ?

@sfjuocekr
Copy link
Author

Correct

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

No branches or pull requests

2 participants