mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +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_BranchOptimisations=1
|
||||||
JIT_LiteralOptimisations=1
|
JIT_LiteralOptimisations=1
|
||||||
JIT_FastMemory=1
|
JIT_FastMemory=1
|
||||||
ExternalBIOSEnable=0
|
ExternalBIOSEnable=1
|
||||||
BIOS9Path=
|
BIOS9Path=~/retrodeck/bios/bios9.bin
|
||||||
BIOS7Path=
|
BIOS7Path=~/retrodeck/bios/bios7.bin
|
||||||
FirmwarePath=
|
FirmwarePath=~/retrodeck/bios/firmware.bin
|
||||||
DSiBIOS9Path=
|
DSiBIOS9Path=
|
||||||
DSiBIOS7Path=
|
DSiBIOS7Path=
|
||||||
DSiFirmwarePath=
|
DSiFirmwarePath=
|
||||||
|
|
|
@ -99,6 +99,7 @@ then
|
||||||
|
|
||||||
# MelonDS
|
# MelonDS
|
||||||
mkdir -p /var/config/melonDS/
|
mkdir -p /var/config/melonDS/
|
||||||
|
ln -s ~/retrodeck/bios /var/config/melonDS/bios
|
||||||
cp $emuconfigs/melonDS.ini /var/config/melonDS/
|
cp $emuconfigs/melonDS.ini /var/config/melonDS/
|
||||||
|
|
||||||
# Locking RetroDECK
|
# Locking RetroDECK
|
||||||
|
|
Loading…
Reference in a new issue