You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We need to add the target architecture (no side effects if it's already added)
24
-
dpkg --add-architecture i386
25
-
# Installing compiler dependencies for crossbuild
26
-
depends+=(gcc-multilib g++-multilib)
21
+
iniConfig " = "'"'"$configdir/all/retropie.cfg"
22
+
iniGet "own_sdl2"
23
+
if [[ "$ini_value"!="0" ]];then
24
+
if dialog --yesno "PCSX2 cannot be installed on a 64bit system with the RetroPie custom version of SDL2 installed due to version conflicts with the multiarch i386 version of SDL2.\n\nDo you want to downgrade to your OS version of SDL2 and continue to install PCSX2?" 22 76 2>&1>/dev/tty;then
0 commit comments