mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-28 21:32:49 +00:00
fix: case-sensitive packs for linux platforms, remove empty bios placeholder
This commit is contained in:
parent
a117b13b49
commit
181248b6db
5 changed files with 23 additions and 26 deletions
|
|
@ -7,6 +7,7 @@ base_destination: system
|
|||
cores: all_libretro
|
||||
hash_type: sha1
|
||||
verification_mode: existence
|
||||
case_insensitive_fs: true
|
||||
systems:
|
||||
3do:
|
||||
files:
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ source: "https://raw.githubusercontent.com/RetroBat-Official/emulatorlauncher/ma
|
|||
base_destination: bios
|
||||
hash_type: md5
|
||||
verification_mode: md5
|
||||
case_insensitive_fs: true
|
||||
cores:
|
||||
- 81
|
||||
- a5200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue