system updates
This commit is contained in:
parent
d6743a6ab2
commit
b6009adafd
5 changed files with 22 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
| Game Path | Supported Extensions |
|
||||
| --- | --- |
|
||||
| `roms/amigacd32` | .iso .cue .lha .chd |
|
||||
| `roms/amigacd32` | ++".iso"++ ++".cue"++ ++".lha"++ ++".chd"++ |
|
||||
|
||||
## Emulator/Core
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
|||
|
||||
## Bios
|
||||
|
||||
| Path | Files |
|
||||
> Path: `roms/bios`
|
||||
|
||||
| Emulator | Required Files |
|
||||
| -- | -- |
|
||||
| `roms/bios` | Add the files listed here: [docs.libretro.com/library/puae/#bios](https://docs.libretro.com/library/puae/#bios) |
|
||||
| All | [docs.libretro.com/library/puae/#bios](https://docs.libretro.com/library/puae/#bios) |
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
## Overview
|
||||
|
||||
| Game Path | Supported Extensions |
|
||||
| Game Path | Supported Extensions |
|
||||
| --- | --- |
|
||||
| `roms/atari5200` | .rom .xfd .atr .atx .cdm .cas .car .bin .a52 .xex .zip .7z |
|
||||
| `roms/atari5200` | ++".rom"++ ++".xfd"++ ++".atr"++ ++".atx"++ ++".cdm"++ ++".cas"++ ++".car"++ ++".bin"++ ++".a52"++ ++".xex"++ ++".zip"++ ++".7z"++ |
|
||||
|
||||
## Emulator/Core
|
||||
|
||||
|
@ -15,6 +15,8 @@
|
|||
|
||||
## Bios
|
||||
|
||||
| Path | Files Needed |
|
||||
| --- | --- |
|
||||
| `roms/bios` | See: [docs.libretro.com/library/atari800/#bios](https://docs.libretro.com/library/atari800/#bios) |
|
||||
> Path: `roms/bios`
|
||||
|
||||
| Emulator | Required Files |
|
||||
| -- | -- |
|
||||
| All | [docs.libretro.com/library/atari800/#bios](https://docs.libretro.com/library/atari800/#bios) |
|
|
@ -4,16 +4,19 @@
|
|||
|
||||
| Game Path | Supported Extensions |
|
||||
| --- | --- |
|
||||
| `roms/atari800` | .rom .xfd .atr .atx .cdm .cas .car .bin .a52 .xex .zip .7z |
|
||||
| `roms/atari800` | ++".rom"++ ++".xfd"++ ++".atr"++ ++".atx"++ ++".cdm"++ ++".cas"++ ++".car"++ ++".bin"++ ++".a52"++ ++".xex"++ ++".zip"++ ++".7z"++ |
|
||||
|
||||
## Emulator/Core
|
||||
|
||||
| Name | Documentation |
|
||||
| --- | --- |
|
||||
| Atari800 | [docs.libretro.com/library/atari800](https://docs.libretro.com/library/atari800/) |
|
||||
| a5200 | [github.com/libretro/a5200](https://github.com/libretro/a5200) |
|
||||
|
||||
## Bios
|
||||
|
||||
| Path | Files Needed |
|
||||
| --- | --- |
|
||||
| `roms/bios` | See: [docs.libretro.com/library/atari800/#bios](https://docs.libretro.com/library/atari800/#bios) |
|
||||
> Path: `roms/bios`
|
||||
|
||||
| Emulator | Required Files |
|
||||
| -- | -- |
|
||||
| All | [docs.libretro.com/library/atari800/#bios](https://docs.libretro.com/library/atari800/#bios) |
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
| Game Path | Supported Extensions |
|
||||
| --- | --- |
|
||||
| `roms/atarijaguar` | .j64 .jag .rom .abs .cof .bin .prg |
|
||||
| `roms/atarijaguar` | ++".j64"++ ++".jag"++ ++".rom"++ ++".abs"++ ++".cof"++ ++".bin"++ ++".prg"++ |
|
||||
|
||||
## Emulator/Core
|
||||
|
||||
|
|
|
@ -17,5 +17,5 @@
|
|||
|
||||
| Emulator | Required Files |
|
||||
| -- | -- |
|
||||
| Yuzu | `/roms/bios/yuzu/keys/keys.txt` <br/> `/roms/bios/yuzu/keys/titles.txt` <br/> `/roms/bios/yuzu/nand/[firmware files]` |
|
||||
| Ryujinx | `/roms/bios/ryujinx/keys/keys.txt` <br/> `/roms/bios/ryujinx/keys/titles.txt` <br/> `/roms/bios/ryujinx/nand/[firmware files]` |
|
||||
| Yuzu | `/roms/bios/yuzu/keys/prod.keys` <br/> `/roms/bios/yuzu/keys/title.keys` <br/> `/roms/bios/yuzu/nand/[firmware files]` |
|
||||
| Ryujinx | `/roms/bios/ryujinx/keys/prod.keys` <br/> `/roms/bios/ryujinx/keys/title.keys` <br/> `/roms/bios/ryujinx/nand/[firmware files]` |
|
Loading…
Reference in a new issue