mirror of
https://github.com/RetroDECK/org.mamedev.MAME.git
synced 2025-01-19 11:05:37 +00:00
Attempt to configure for Wayland
This commit is contained in:
parent
dbdd295ff4
commit
58047a4376
7
mame.ini
7
mame.ini
|
@ -30,4 +30,9 @@ share_directory $HOME/.mame/share
|
||||||
#
|
#
|
||||||
# OSD VIDEO OPTIONS
|
# OSD VIDEO OPTIONS
|
||||||
#
|
#
|
||||||
video opengl
|
video bgfx
|
||||||
|
|
||||||
|
#
|
||||||
|
# BGFX POST-PROCESSING OPTIONS
|
||||||
|
#
|
||||||
|
bgfx_path /app/share/mame/bgfx
|
||||||
|
|
|
@ -11,6 +11,7 @@ finish-args:
|
||||||
- --filesystem=host:ro
|
- --filesystem=host:ro
|
||||||
- --share=network
|
- --share=network
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
|
- --socket=x11
|
||||||
- --socket=fallback-x11
|
- --socket=fallback-x11
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio
|
||||||
- --socket=wayland
|
- --socket=wayland
|
||||||
|
@ -25,6 +26,7 @@ modules:
|
||||||
- make
|
- make
|
||||||
-j ${FLATPAK_BUILDER_N_JOBS}
|
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||||
CFLAGS+=-Wno-error=restrict
|
CFLAGS+=-Wno-error=restrict
|
||||||
|
USE_WAYLAND=1
|
||||||
USE_SYSTEM_LIB_FLAC=1
|
USE_SYSTEM_LIB_FLAC=1
|
||||||
SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
||||||
LDOPTS=-Wl,-s
|
LDOPTS=-Wl,-s
|
||||||
|
|
Loading…
Reference in a new issue