File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -566,5 +566,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
566566
567567# # Versions
568568
569+ * **20.12.25:** - Add Wayland init logic.
569570* **15.07.25:** - Switch to stable release for pcsx2.
570571* **26.06.25:** - Initial release.
Original file line number Diff line number Diff line change @@ -106,5 +106,6 @@ init_diagram: |
106106 "pcsx2:latest" <- Base Images
107107# changelog
108108changelogs :
109+ - {date: "20.12.25:", desc: "Add Wayland init logic."}
109110 - {date: "15.07.25:", desc: "Switch to stable release for pcsx2."}
110111 - {date: "26.06.25:", desc: "Initial release."}
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # Run pcsx2
4+ foot -e /usr/bin/pcsx2-qt
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <openbox_menu xmlns =" http://openbox.org/3.4/menu" >
3+ <menu id =" root-menu" label =" MENU" >
4+ <item label =" foot" icon =" /usr/share/icons/hicolor/48x48/apps/foot.png" ><action name =" Execute" ><command >/usr/bin/foot</command ></action ></item >
5+ <item label =" PCSX2" icon =" /usr/share/icons/hicolor/256x256/apps/PCSX2.png" ><action name =" Execute" ><command >foot -e /usr/bin/pcsx2-qt</command ></action ></item >
6+ </menu >
7+ </openbox_menu >
You can’t perform that action at this time.
0 commit comments