mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
MELONDS: added bios support
This commit is contained in:
parent
594ecf9c53
commit
a1b1c2c305
|
@ -74,10 +74,10 @@ JIT_MaxBlockSize=32
|
|||
JIT_BranchOptimisations=1
|
||||
JIT_LiteralOptimisations=1
|
||||
JIT_FastMemory=1
|
||||
ExternalBIOSEnable=0
|
||||
BIOS9Path=
|
||||
BIOS7Path=
|
||||
FirmwarePath=
|
||||
ExternalBIOSEnable=1
|
||||
BIOS9Path=~/retrodeck/bios/bios9.bin
|
||||
BIOS7Path=~/retrodeck/bios/bios7.bin
|
||||
FirmwarePath=~/retrodeck/bios/firmware.bin
|
||||
DSiBIOS9Path=
|
||||
DSiBIOS7Path=
|
||||
DSiFirmwarePath=
|
||||
|
|
|
@ -99,6 +99,7 @@ then
|
|||
|
||||
# MelonDS
|
||||
mkdir -p /var/config/melonDS/
|
||||
ln -s ~/retrodeck/bios /var/config/melonDS/bios
|
||||
cp $emuconfigs/melonDS.ini /var/config/melonDS/
|
||||
|
||||
# Locking RetroDECK
|
||||
|
|
Loading…
Reference in a new issue