mirror of
https://github.com/RetroDECK/org.mamedev.MAME.git
synced 2025-01-19 11:05:37 +00:00
Sync 0.261
This commit is contained in:
parent
dbdd295ff4
commit
054ea7020a
5
mame.ini
5
mame.ini
|
@ -31,3 +31,8 @@ share_directory $HOME/.mame/share
|
||||||
# OSD VIDEO OPTIONS
|
# OSD VIDEO OPTIONS
|
||||||
#
|
#
|
||||||
video opengl
|
video opengl
|
||||||
|
|
||||||
|
#
|
||||||
|
# BGFX POST-PROCESSING OPTIONS
|
||||||
|
#
|
||||||
|
bgfx_path /app/share/mame/bgfx
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
<url type="homepage">https://www.mamedev.org</url>
|
<url type="homepage">https://www.mamedev.org</url>
|
||||||
<launchable type="desktop-id">org.mamedev.MAME.desktop</launchable>
|
<launchable type="desktop-id">org.mamedev.MAME.desktop</launchable>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.261" date="2023-11-29"/>
|
||||||
<release version="0.260" date="2023-10-25"/>
|
<release version="0.260" date="2023-10-25"/>
|
||||||
<release version="0.259" date="2023-09-29"/>
|
<release version="0.259" date="2023-09-29"/>
|
||||||
<release version="0.258" date="2023-08-30"/>
|
<release version="0.258" date="2023-08-30"/>
|
||||||
|
|
|
@ -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
|
||||||
|
@ -57,8 +59,8 @@ modules:
|
||||||
- cp -r samples/ ${FLATPAK_DEST}/share/mame/
|
- cp -r samples/ ${FLATPAK_DEST}/share/mame/
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/mamedev/mame/archive/refs/tags/mame0260.tar.gz
|
url: https://github.com/mamedev/mame/archive/refs/tags/mame0261.tar.gz
|
||||||
sha256: 104ca8daab3ce7bb9637e19f1dc60a08ac6856db730ab544275567addb9541cd
|
sha256: 51d5ce1563897709ceb7a924c31a70cc5ff2bec466aab8d0cc9ff3cc72b38899
|
||||||
- type: file
|
- type: file
|
||||||
path: mame16x16.png
|
path: mame16x16.png
|
||||||
- type: file
|
- type: file
|
||||||
|
|
Loading…
Reference in a new issue