Compare commits
1 Commits
AshleyPika
...
coffeehorr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5441d71fed |
@@ -1,49 +0,0 @@
|
|||||||
--------------------------------
|
|
||||||
General Explanation & Tips
|
|
||||||
--------------------------------
|
|
||||||
* Content added to Cartridges manually will be in the "Added" Category.
|
|
||||||
* First load the Application ID and then apply an Argument (Args) for a specific game.
|
|
||||||
* Be mindful of what extensions your emulator supports, and be sure to replace the placeholder material with your directories.
|
|
||||||
* On Linux if your folder name has spaces you may need to add "" in those sections.
|
|
||||||
* On Windows make sure your folders do not use spaces.
|
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
|
||||||
--------------------------------
|
|
||||||
Linux Retroarch Flatpak Example - This example does work in Lutris
|
|
||||||
--------------------------------
|
|
||||||
Application ID
|
|
||||||
org.libretro.RetroArch
|
|
||||||
|
|
||||||
Args
|
|
||||||
--libretro "/home/usernamehere/.var/app/org.libretro.RetroArch/config/retroarch/cores/corename_libretro.so" "/pathtogame.fileextension"
|
|
||||||
|
|
||||||
--------------------------------
|
|
||||||
Windows Retroarch Example
|
|
||||||
--------------------------------
|
|
||||||
Application ID
|
|
||||||
RetroarchInstallDirectory\retroarch.exe
|
|
||||||
|
|
||||||
Args
|
|
||||||
--libretro RetroarchInstallDirectory\cores\corename.dll --fullscreen "gamefolder\gamename.fileextension"
|
|
||||||
|
|
||||||
|
|
||||||
ACTUAL FORMATTING
|
|
||||||
--------------------------------
|
|
||||||
Retroarch Linux - Flatpak
|
|
||||||
--------------------------------
|
|
||||||
org.libretro.RetroArch --libretro "/home/usernamehere/.var/app/org.libretro.RetroArch/config/retroarch/cores/corename_libretro.so" "/pathtogame.fileextension"
|
|
||||||
|
|
||||||
--------------------------------
|
|
||||||
Retroarch Windows - Installer, Portable & Itch
|
|
||||||
--------------------------------
|
|
||||||
RetroarchInstallDirectory\retroarch.exe --libretro RetroarchInstallDirectory\cores\corename.dll --fullscreen "gamefolder\gamename.fileextension"
|
|
||||||
|
|
||||||
--------------------------------
|
|
||||||
Simple 64 - No Zip Files
|
|
||||||
--------------------------------
|
|
||||||
Linux Flatpak
|
|
||||||
io.github.simple64.simple64 "gamefolder\gamename.fileextension"
|
|
||||||
|
|
||||||
Windows
|
|
||||||
Simple64InstallFolder\simple64-gui.exe "gamefolder\gamename.fileextension"
|
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
[circle-url]: https://circle.gnome.org
|
[circle-url]: https://circle.gnome.org
|
||||||
[circle-image]: https://circle.gnome.org/assets/button/badge.svg
|
[circle-image]: https://circle.gnome.org/assets/button/badge.svg
|
||||||
|
[donttheme-url]: https://stopthemingmy.app
|
||||||
|
[donttheme-image]: https://stopthemingmy.app/badge.svg
|
||||||
[weblate-url]: https://hosted.weblate.org/engage/cartridges/
|
[weblate-url]: https://hosted.weblate.org/engage/cartridges/
|
||||||
[weblate-image]: https://hosted.weblate.org/widgets/cartridges/-/cartridges/svg-badge.svg
|
[weblate-image]: https://hosted.weblate.org/widgets/cartridges/-/cartridges/svg-badge.svg
|
||||||
[discord-url]: https://discord.gg/4KSFh3AmQR
|
[discord-url]: https://discord.gg/4KSFh3AmQR
|
||||||
@@ -19,6 +21,7 @@
|
|||||||
A GTK4 + Libadwaita game launcher
|
A GTK4 + Libadwaita game launcher
|
||||||
|
|
||||||
[![GNOME Circle][circle-image]][circle-url]
|
[![GNOME Circle][circle-image]][circle-url]
|
||||||
|
[![Please do not theme this app][donttheme-image]][donttheme-url]
|
||||||
[![Translation Status][weblate-image]][weblate-url]
|
[![Translation Status][weblate-image]][weblate-url]
|
||||||
|
|
||||||
[![Flathub][flathub-image]][flathub-url]
|
[![Flathub][flathub-image]][flathub-url]
|
||||||
|
|||||||
Reference in New Issue
Block a user