Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 17 additions & 8 deletions com.retrodev.blastem.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,39 @@
<component type="desktop">
<id>com.retrodev.blastem</id>
<launchable type="desktop-id">com.retrodev.blastem.desktop</launchable>
<name>Blastem</name>
<summary>A Sega Mega Drive/Genesis, and Master System emulator</summary>
<name>BlastEm</name>
<summary>A Sega Mega Drive/Genesis and Master System emulator</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<description>
<p>
BlastEm is an open source, highly accurate emulator for the Genesis/Megadrive
that runs on modest hardware. It also supports playing back Sega Master System games.
that runs on modest hardware. It also supports playing back Sega Master System games, Game Gear games and has experimental support for Sega CD games.
</p>
<p>
Blastem has support for savestates, Mega/Sega Mouse, XBAND and Saturn keyboard emulation.
BlastEm has support for savestates, Mega/Sega Mouse, XBAND and Saturn keyboard emulation.
</p>
</description>
<url type="homepage">https://www.retrodev.com/blastem/</url>
<screenshots>
<screenshot type="default" width="640" height="517">https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-1.png</screenshot>
<screenshot width="640" height="517">https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-2.png</screenshot>
<screenshot width="640" height="517">https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-3.png</screenshot>
<screenshot type="default" width="640" height="517">
<image>https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-1.png</image>
<caption>Main Menu</caption>
</screenshot>
<screenshot width="640" height="517">
<image>https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-2.png</image>
<caption>Technoptimistic running on BlastEm</caption>
</screenshot>
<screenshot width="640" height="517">
<image>https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-3.png</image>
<caption>Zero Wing running on BlastEm</caption>
</screenshot>
</screenshots>
<update_contact>[email protected]</update_contact>
<developer_name>Mike Pavone</developer_name>
<translation/>
<content_rating type="oars-1.1"/>
<releases>
<release date="2024-04-29" version="0.6.3-pre-187bc857a76a"/>
<release date="2019-03-28" version="0.6.2"/>
</releases>
</component>
2 changes: 1 addition & 1 deletion com.retrodev.blastem.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=Blastem
Name=BlastEm
Comment=Mega Drive/Genesis Emulator
Exec=blastem %f
Icon=com.retrodev.blastem
Expand Down
8 changes: 4 additions & 4 deletions com.retrodev.blastem.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"install -m0755 -D blastem /app/bin/blastem.bin",
"install -m0755 -D blastem.sh /app/bin/blastem",
"install -d /app/share/blastem/",
"cp -r shaders/ images/ gamecontrollerdb.txt rom.db /app/share/blastem/",
"cp -r shaders/ images/ gamecontrollerdb.txt rom.db systems.cfg /app/share/blastem/",
"install -m0644 -D default.cfg /app/etc/default.cfg",
"install -m0644 -D com.retrodev.blastem.png /app/share/icons/com.retrodev.blastem.png",
"install -m0644 -D com.retrodev.blastem.png /app/share/icons/hicolor/256x256/apps/com.retrodev.blastem.png",
"install -m0644 -D com.retrodev.blastem.desktop /app/share/applications/com.retrodev.blastem.desktop",
"install -m0644 -D com.retrodev.blastem.appdata.xml /app/share/metainfo/com.retrodev.blastem.appdata.xml"
],
"sources" : [
{
"type" : "archive",
"url" : "https://www.retrodev.com/repos/blastem/archive/0013362c320c.tar.bz2",
"sha256" : "4e6a937097c868471507d59e4a5a6f0da8b06af44ee9f3d05d530c5348b2ad9b"
"url" : "https://www.retrodev.com/repos/blastem/archive/187bc857a76a.tar.bz2",
"sha256" : "a068b841b54d7b07bfb2a7e4c2c798a7e3556d3d654323f6ab725207572848fb"
},
{
"type" : "script",
Expand Down
3 changes: 1 addition & 2 deletions flathub.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"only-arches": [
"x86_64",
"i386"
"x86_64"
]
}