Commit Graph

4 Commits

Author SHA1 Message Date
Felipe M befcc3376e
Replaced arguments with CLIOptions struct
This is a way more convenient way for the underlying providers to
access the input in which the software was called. Having the input
path in providers that already discover path will allow users to
override paths easily, and this way we could also add more flags that
some providers would need and others ignore without changuing function calls.
2021-02-16 13:28:43 +01:00
Felipe M 0b6cedb658
retroarch: Download covers from libretro 2021-01-14 23:07:50 +01:00
Felipe M 2b28de7403
RetroArch: Also rename RetroAchievement screenshots 2021-01-14 22:44:33 +01:00
Felipe M 5d814b8539
RetroArch support
- Added the retroarch provider
- Fixed some `path.X` references (moved to filepath)

Note: In order to use RetroArch specific settings on the app are
required. Read the top comment on the provider module to know how
to start.
2021-01-14 20:28:37 +01:00