mirror of
https://github.com/RetroDECK/org.mamedev.MAME.git
synced 2025-01-19 11:05:37 +00:00
Update to 0.245 release, removed multiple project licenses
This commit is contained in:
parent
c874b011ae
commit
ea8c0a6ccc
|
@ -1,12 +0,0 @@
|
|||
diff --git a/src/lib/netlist/plib/ppmf.h b/src/lib/netlist/plib/ppmf.h
|
||||
index b188ca0c..e037fc28 100644
|
||||
--- a/src/lib/netlist/plib/ppmf.h
|
||||
+++ b/src/lib/netlist/plib/ppmf.h
|
||||
@@ -82,6 +82,7 @@ namespace plib {
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint> // uintptr_t
|
||||
+#include <cstddef>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
diff --git a/src/frontend/mame/ui/selgame.cpp b/src/frontend/mame/ui/selgame.cpp
|
||||
index abda7047..89642d88 100644
|
||||
--- a/src/frontend/mame/ui/selgame.cpp
|
||||
+++ b/src/frontend/mame/ui/selgame.cpp
|
||||
@@ -164,7 +164,7 @@ void menu_select_game::menu_activated()
|
||||
|
||||
void menu_select_game::handle(event const *ev)
|
||||
{
|
||||
- if (!m_prev_selected)
|
||||
+ if (!m_prev_selected && item_count() > 0)
|
||||
m_prev_selected = item(0).ref();
|
||||
|
||||
// if I have to select software, force software list submenu
|
|
@ -30,8 +30,6 @@ An explanation for some of the options included in the `org.mamedev.MAME.yaml' m
|
|||
|
||||
Currently these are the patches applied:
|
||||
|
||||
`0.244-ptrdiff_t.patch` includes `<cstddef>` header to find `ptrdiff_t` type in the 0.244 release.
|
||||
|
||||
`ldopts.patch` enables an option for the linker to strip debug symbols.
|
||||
|
||||
`use-system-lib-flac.patch` works around FORTIFY_SOURCE compiler option that causes errors in the included libflac.
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
<component type="desktop-application">
|
||||
<id>org.mamedev.MAME</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0</project_license>
|
||||
<project_license>BSD-3-Clause</project_license>
|
||||
<project_license>GPL-2.0-or-later</project_license>
|
||||
<name>MAME</name>
|
||||
<summary>
|
||||
MAME is a multi-purpose emulation framework.
|
||||
|
|
|
@ -45,19 +45,15 @@ modules:
|
|||
- cp -r samples/ /app/share/mame/
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/mamedev/mame/archive/refs/tags/mame0244.tar.gz
|
||||
sha256: 843c917edc46008a27b439a1fc66fc12a27c84e55e08753b963789e5614cebf7
|
||||
url: https://github.com/mamedev/mame/archive/refs/tags/mame0245.tar.gz
|
||||
sha256: 3b6ea528c9b6d6a5bfec289c4c5ee0282eea00836f4c261336923597b89b95bc
|
||||
- type: file
|
||||
path: mame128x128.png
|
||||
- type: file
|
||||
path: org.mamedev.MAME.desktop
|
||||
- type: file
|
||||
path: org.mamedev.MAME.metainfo.xml
|
||||
- type: patch
|
||||
path: 0.244-ptrdiff_t.patch
|
||||
- type: patch
|
||||
path: use-system-lib-flac.patch
|
||||
- type: patch
|
||||
path: ldopts.patch
|
||||
- type: patch
|
||||
path: 0.244-selgame-assert-when-zero.patch
|
||||
|
|
Loading…
Reference in a new issue