mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
Fixed Xemu bios files and integrated the download of the free hd image
This commit is contained in:
parent
e73b6c26ac
commit
1f8e368f29
|
@ -25,6 +25,6 @@ mem_limit = '128'
|
|||
[sys.files]
|
||||
bootrom_path = '/home/deck/retrodeck/bios/mcpx_1.0.bin'
|
||||
flashrom_path = '/home/deck/retrodeck/bios/Complex.bin'
|
||||
eeprom_path = '/home/deck/retrodeck/saves/xemu/eeprom.bin'
|
||||
hdd_path = '/home/deck/retrodeck/bios/xbox_harddisk.qcow2'
|
||||
eeprom_path = '/home/deck/retrodeck/saves/xbox-eeprom.bin'
|
||||
hdd_path = '/home/deck/retrodeck/bios/xbox_hdd.qcow2'
|
||||
|
||||
|
|
|
@ -151,6 +151,10 @@ standalones_init() {
|
|||
mkdir -pv $rdhome/saves/xemu
|
||||
cp -fv $emuconfigs/xemu.toml /var/data/xemu/xemu.toml
|
||||
sed -i 's#/home/deck/retrodeck#'$rdhome'#g' /var/data/xemu/xemu.toml
|
||||
# Preparing HD dummy Image
|
||||
wget "https://github.com/mborgerson/xemu-hdd-image/releases/latest/download/xbox_hdd.qcow2.zip" -P $rdhome/bios/
|
||||
unzip $rdhome/bios/xbox_hdd.qcow2.zip $rdhome/bios/
|
||||
rm -rfv $rdhome/bios/xbox_hdd.qcow2.zip
|
||||
|
||||
# PICO-8
|
||||
# Moved PICO-8 stuff in the finit as only it knows here roms folders is
|
||||
|
|
Loading…
Reference in a new issue