mirror of
https://github.com/Melon-Bread/RetroUFO
synced 2025-02-26 14:49:32 -05:00
Actually filled this out 🎈
This commit is contained in:
parent
db50e2c230
commit
281c8cfa61
27
README.md
27
README.md
@ -1,2 +1,25 @@
|
|||||||
# RetroUFO
|
# RetroUFO
|
||||||
A Python script that grabs the latest version of every libretro core from the build bot.
|
[](https://getfedora.org/en/workstation/download/)
|
||||||
|
[](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
|
A ~~messy~~ Python script that grabs the latest version of every libretro core from the build bot.
|
||||||
|
(As of right now it only downloads the 64-Bit Linux cores)
|
||||||
|
***
|
||||||
|
### Usage
|
||||||
|
|
||||||
|
Just run the script with _Python 3_:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python3 ./RetroUFO.py
|
||||||
|
```
|
||||||
|
|
||||||
|
It will then download and extract all the (latest version) of each core to: `~/.config/retroarch/cores/`
|
||||||
|
***
|
||||||
|
### TO-DO
|
||||||
|
|
||||||
|
- Set where cores downloaded
|
||||||
|
- Set where cores are extracted for RA Usage
|
||||||
|
- Choose which architecture you are downloading format
|
||||||
|
- Choose what platform you are downloading format
|
||||||
|
- Download progress bar
|
||||||
|
- Keep downloaded archives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user