mirror of
https://github.com/linuxserver/docker-pcsx2.git
synced 2026-03-30 00:02:48 +08:00
make wayland default
This commit is contained in:
parent
5d55e62ad1
commit
0392029487
@ -10,7 +10,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
||||
LABEL maintainer="thelamer"
|
||||
|
||||
# title
|
||||
ENV TITLE=PCSX2
|
||||
ENV TITLE=PCSX2 \
|
||||
PIXELFLUX_WAYLAND=true
|
||||
|
||||
RUN \
|
||||
echo "**** add icon ****" && \
|
||||
|
||||
@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
|
||||
* **20.12.25:** - Add Wayland init logic.
|
||||
* **15.07.25:** - Switch to stable release for pcsx2.
|
||||
* **26.06.25:** - Initial release.
|
||||
|
||||
@ -106,6 +106,7 @@ init_diagram: |
|
||||
"pcsx2:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
|
||||
- {date: "20.12.25:", desc: "Add Wayland init logic."}
|
||||
- {date: "15.07.25:", desc: "Switch to stable release for pcsx2."}
|
||||
- {date: "26.06.25:", desc: "Initial release."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user