File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ if [ ! -f "$HOME/.config/ppsspp/PSP/SYSTEM/ppsspp.ini" ]; then
44 cp /defaults/ppsspp.ini "$HOME/.config/ppsspp/PSP/SYSTEM/ppsspp.ini"
55fi
66
7- foot -e /usr/sbin/PPSSPPQt
7+ /usr/sbin/PPSSPPQt
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<openbox_menu xmlns =" http://openbox.org/3.4/menu" >
33<menu id =" root-menu" label =" MENU" >
4- <item label =" PPSSPP" icon =" /usr/share/icons/hicolor/48x48/apps/ppsspp.png" ><action name =" Execute" ><command >foot -e /usr/sbin/PPSSPPQt</command ></action ></item >
5- <item label =" xterm " icon =" /usr/share/pixmaps/xterm-color_48x48.xpm " ><action name =" Execute" ><command >/usr/bin/xterm </command ></action ></item >
4+ <item label =" PPSSPP" icon =" /usr/share/icons/hicolor/48x48/apps/ppsspp.png" ><action name =" Execute" ><command >/usr/sbin/PPSSPPQt</command ></action ></item >
5+ <item label =" foot " icon =" /usr/share/icons/hicolor/48x48/apps/foot.png " ><action name =" Execute" ><command >/usr/bin/foot </command ></action ></item >
66</menu >
77</openbox_menu >
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ xterm -e sh -c ' echo "Your platform is not supported, ensure you have a CPU with AVX2 support"; sleep infinity'
You can’t perform that action at this time.
0 commit comments