-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
165 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id translate="no">net.shadps4.shadPS4</id> | ||
<name translate="no">shadPS4</name> | ||
<developer id="net.shadps4.shadPS4"> | ||
<name>shadPS4 Contributors</name> | ||
<url translate="no">https://github.com/shadps4-emu/shadps4/graphs/contributors</url> | ||
</developer> | ||
<summary>PS4 Emulator</summary> | ||
<metadata_license translate="no">CC0-1.0</metadata_license> | ||
<project_license translate="no">GPL-2.0</project_license> | ||
<launchable type="desktop-id" translate="no">net.shadps4.shadPS4.desktop</launchable> | ||
<url type="homepage" translate="no">https://shadps4.net/</url> | ||
<icon type="remote" width="256" height="256" translate="no">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/src/images/net.shadps4.shadPS4.svg</icon> | ||
<description> | ||
<p>shadPS4 is an early PlayStation 4 emulator for Windows, Linux and macOS written in C++.</p> | ||
<p>The emulator is still early in development, so don't expect a flawless experience. Nonetheless, the emulator can already run a number of commercial games.</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image type="source" translate="no" >https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/1.png</image> | ||
<caption>Bloodborne</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image type="source" translate="no">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/2.png</image> | ||
<caption>Hatsune Miku: Project DIVA Future Tone</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image type="source" translate="no">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/3.png</image> | ||
<caption>Yakuza Kiwami</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image type="source" translate="no">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/4.png</image> | ||
<caption>Persona 4 Golden</caption> | ||
</screenshot> | ||
</screenshots> | ||
<categories> | ||
<category translate="no">Game</category> | ||
</categories> | ||
<releases type="external" url="https://cdn.jsdelivr.net/gh/fpiesche/flatpak-builds/apps/net.shadps4.shadPS4/net.shadps4.shadPS4.releases.xml"> | ||
<release version="v.0.4.0" date="2024-11-03"> | ||
<description></description> | ||
</release> | ||
</releases> | ||
<content_rating type="oars-1.1"/> | ||
<supports> | ||
<control translate="no">keyboard</control> | ||
</supports> | ||
<recommends> | ||
<control translate="no">gamepad</control> | ||
</recommends> | ||
<requires> | ||
<internet translate="no">offline-only</internet> | ||
</requires> | ||
<provides> | ||
<binary translate="no">shadps4</binary> | ||
</provides> | ||
<keywords> | ||
<keyword>emulator</keyword> | ||
<keyword>emulation</keyword> | ||
<keyword translate="no">playstation</keyword> | ||
<keyword translate="no">ps4</keyword> | ||
</keywords> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<releases> | ||
<release version="0.4.0" date="2024-10-31"> | ||
<url>https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.4.0</url> | ||
</release> | ||
<release version="0.3.0" date="2024-09-23"> | ||
<url>https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.3.0</url> | ||
</release> | ||
<release version="0.2.0" date="2024-08-15"> | ||
<url>https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.2.0</url> | ||
</release> | ||
<release version="0.1.0" date="2024-07-01"> | ||
<url>https://github.com/shadps4-emu/shadPS4/releases/tag/0.1.0</url> | ||
</release> | ||
<release version="0.0.3" date="2024-03-23"> | ||
<url>https://github.com/shadps4-emu/shadPS4/releases/tag/v0.0.3</url> | ||
</release> | ||
<release version="0.0.2" date="2023-10-21"> | ||
<url>https://github.com/shadps4-emu/shadPS4/releases/tag/v0.0.2</url> | ||
</release> | ||
<release version="0.0.1" date="2024-09-29"> | ||
<url>https://github.com/shadps4-emu/shadPS4/releases/tag/v0.0.1</url> | ||
</release> | ||
</releases> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"POT-Creation-Date: 2024-11-08 09:07+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#. (itstool) path: component/name | ||
#: ./net.shadps4.shadPS4.metainfo.xml:4 | ||
msgid "shadPS4" | ||
msgstr "" | ||
|
||
#. (itstool) path: developer/name | ||
#: ./net.shadps4.shadPS4.metainfo.xml:6 | ||
msgid "shadPS4 Contributors" | ||
msgstr "" | ||
|
||
#. (itstool) path: component/summary | ||
#: ./net.shadps4.shadPS4.metainfo.xml:9 | ||
msgid "PS4 Emulator" | ||
msgstr "" | ||
|
||
#. (itstool) path: description/p | ||
#: ./net.shadps4.shadPS4.metainfo.xml:16 | ||
msgid "shadPS4 is an early PlayStation 4 emulator for Windows, Linux and macOS written in C++." | ||
msgstr "" | ||
|
||
#. (itstool) path: description/p | ||
#: ./net.shadps4.shadPS4.metainfo.xml:17 | ||
msgid "The emulator is still early in development, so don't expect a flawless experience. Nonetheless, the emulator can already run a number of commercial games." | ||
msgstr "" | ||
|
||
#. (itstool) path: screenshot/caption | ||
#: ./net.shadps4.shadPS4.metainfo.xml:22 | ||
msgid "Bloodborne" | ||
msgstr "" | ||
|
||
#. (itstool) path: screenshot/caption | ||
#: ./net.shadps4.shadPS4.metainfo.xml:26 | ||
msgid "Hatsune Miku: Project DIVA Future Tone" | ||
msgstr "" | ||
|
||
#. (itstool) path: screenshot/caption | ||
#: ./net.shadps4.shadPS4.metainfo.xml:30 | ||
msgid "Yakuza Kiwami" | ||
msgstr "" | ||
|
||
#. (itstool) path: screenshot/caption | ||
#: ./net.shadps4.shadPS4.metainfo.xml:34 | ||
msgid "Persona 4 Golden" | ||
msgstr "" | ||
|
||
#. (itstool) path: keywords/keyword | ||
#: ./net.shadps4.shadPS4.metainfo.xml:59 | ||
msgid "emulator" | ||
msgstr "" | ||
|
||
#. (itstool) path: keywords/keyword | ||
#: ./net.shadps4.shadPS4.metainfo.xml:60 | ||
msgid "emulation" | ||
msgstr "" |