Compare commits
2
Commits
70f3bfbd85
...
164d5e8891
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
164d5e8891 | ||
|
|
24fe5a3177 |
+14
-2
@@ -1741,7 +1741,13 @@ CATALOG = {
|
|||||||
mounts=[f'{games}/retro-home:/home/retro/.config:rw',
|
mounts=[f'{games}/retro-home:/home/retro/.config:rw',
|
||||||
f'{games}/retro-home-data:/home/retro/.local/share:rw',
|
f'{games}/retro-home-data:/home/retro/.local/share:rw',
|
||||||
f'{games}/emulators:/mnt/games/emulators:rw',
|
f'{games}/emulators:/mnt/games/emulators:rw',
|
||||||
f'{games}/emulators:/home/retro/Applications:rw'],
|
f'{games}/emulators:/home/retro/Applications:rw',
|
||||||
|
# Same /ROMs path es-de/retroarch use — confirmed live: without
|
||||||
|
# this, a standalone emulator (Cemu) launched from this XFCE
|
||||||
|
# session via its own File/Load menu has nothing to browse to
|
||||||
|
# at all, since /ROMs simply doesn't exist in the container.
|
||||||
|
f'{games}/roms:/ROMs:rw',
|
||||||
|
f'{games}/saves:/mnt/games/saves:rw'],
|
||||||
# ghcr.io/games-on-whales/xfce has no libfuse2/libfuse3 at all (checked
|
# ghcr.io/games-on-whales/xfce has no libfuse2/libfuse3 at all (checked
|
||||||
# against its own Dockerfile) and, unlike es-de's own Dockerfile
|
# against its own Dockerfile) and, unlike es-de's own Dockerfile
|
||||||
# (which sets this exact env var for the same reason), no fallback
|
# (which sets this exact env var for the same reason), no fallback
|
||||||
@@ -3202,7 +3208,13 @@ CATALOG = {
|
|||||||
mounts=[f'{games}/retro-home:/home/retro/.config:rw',
|
mounts=[f'{games}/retro-home:/home/retro/.config:rw',
|
||||||
f'{games}/retro-home-data:/home/retro/.local/share:rw',
|
f'{games}/retro-home-data:/home/retro/.local/share:rw',
|
||||||
f'{games}/emulators:/mnt/games/emulators:rw',
|
f'{games}/emulators:/mnt/games/emulators:rw',
|
||||||
f'{games}/emulators:/home/retro/Applications:rw'],
|
f'{games}/emulators:/home/retro/Applications:rw',
|
||||||
|
# Same /ROMs path es-de/retroarch use — confirmed live: without
|
||||||
|
# this, a standalone emulator (Cemu) launched from this XFCE
|
||||||
|
# session via its own File/Load menu has nothing to browse to
|
||||||
|
# at all, since /ROMs simply doesn't exist in the container.
|
||||||
|
f'{games}/roms:/ROMs:rw',
|
||||||
|
f'{games}/saves:/mnt/games/saves:rw'],
|
||||||
# ghcr.io/games-on-whales/xfce has no libfuse2/libfuse3 at all (checked
|
# ghcr.io/games-on-whales/xfce has no libfuse2/libfuse3 at all (checked
|
||||||
# against its own Dockerfile) and, unlike es-de's own Dockerfile
|
# against its own Dockerfile) and, unlike es-de's own Dockerfile
|
||||||
# (which sets this exact env var for the same reason), no fallback
|
# (which sets this exact env var for the same reason), no fallback
|
||||||
|
|||||||
Reference in New Issue
Block a user