mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
update all references from retroarch_system to retrobios
This commit is contained in:
@@ -30,8 +30,8 @@ python scripts/download.py --verify retroarch ~/RetroArch/system/
|
|||||||
Some platforms are archived and not included in automated releases. You can generate any pack locally - including archived ones:
|
Some platforms are archived and not included in automated releases. You can generate any pack locally - including archived ones:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Abdess/retroarch_system.git
|
git clone https://github.com/Abdess/retrobios.git
|
||||||
cd retroarch_system
|
cd retrobios
|
||||||
pip install pyyaml
|
pip install pyyaml
|
||||||
|
|
||||||
# Generate for a specific platform
|
# Generate for a specific platform
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||||
"$id": "https://github.com/Abdess/retroarch_system/schemas/platform.schema.json",
|
"$id": "https://github.com/Abdess/retrobios/schemas/platform.schema.json",
|
||||||
"title": "Platform Configuration",
|
"title": "Platform Configuration",
|
||||||
"description": "Schema for retrogaming platform BIOS configuration files",
|
"description": "Schema for retrogaming platform BIOS configuration files",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
REPO="Abdess/retroarch_system"
|
REPO="Abdess/retrobios"
|
||||||
API="https://api.github.com/repos/${REPO}/releases/latest"
|
API="https://api.github.com/repos/${REPO}/releases/latest"
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
|||||||
Reference in New Issue
Block a user