Skip to content

Commit

Permalink
v129
Browse files Browse the repository at this point in the history
  • Loading branch information
Fourdee committed Aug 17, 2016
1 parent 657715d commit 8549fbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -5506,7 +5506,7 @@ _EOF_
[Unit]
Description=UAE4Arm Amiga Emulator
DefaultDependencies=no
After=dietpi-service.service
#After=dietpi-service.service
[Service]
ExecStart=/bin/bash -c "cd /etc/uae4arm-rpi/ && ./uae4arm-rpi -f conf/autostart.uae"
Expand Down Expand Up @@ -7209,12 +7209,12 @@ systemctl daemon-reload
local memory_split_mode=0

#Define Memory Split Modes with installed software
#Mode 3 (KODI / DIETPICAM / MED GPU RAM / 128MB)
#Mode 3 (KODI / DIETPICAM / UAE4ARM / MED GPU RAM / 128MB)
if (( ${aSOFTWARE_INSTALL_STATE[31]} == 2 ||
${aSOFTWARE_INSTALL_STATE[59]} == 2 )); then
${aSOFTWARE_INSTALL_STATE[59]} == 2 ||
${aSOFTWARE_INSTALL_STATE[108]} == 2 )); then

memory_split_mode=3
memory_split_mode=3

#Mode 2 (Desktop / LOW GPU RAM)
#All DESKTOP_* and OPENTYRIAN
Expand Down

0 comments on commit 8549fbb

Please sign in to comment.