add duckstation beta, update readme

This commit is contained in:
Richard Macias
2024-12-16 11:10:32 -06:00
parent 04f0a7db0a
commit 82e2870235
2 changed files with 23 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
# Obtainium Emulation Pack # Obtainium Emulation Pack
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/K3K5WHKR0)
An [Obtainium](https://github.com/ImranR98/Obtainium) import file that adds popular Android An [Obtainium](https://github.com/ImranR98/Obtainium) import file that adds popular Android
emulation applications to Obtainium. emulation applications to Obtainium.
@@ -10,7 +8,10 @@ Finally; import file with Obtainium.
Adds the following to auto pull: Adds the following to auto pull:
- Cemu
- Dolphin (Development Versions) - Dolphin (Development Versions)
- Duckstation (stable)
- Duckstation (nightly)
- MelonDS (stable) - MelonDS (stable)
- MelonDS (nightly) - MelonDS (nightly)
- Lime3DS - Lime3DS
@@ -23,14 +24,19 @@ Adds the following to auto pull:
- Turnip Drivers [TRACK ONLY] - Turnip Drivers [TRACK ONLY]
- Vita3K - Vita3K
- Winlator - Winlator
... and Obtainium of course
### What if I want to pick-and-choose what I install ## FAQ
### What if I want to pick-and-choose what I install?
The maintainer of Obtainium also hosts a collection of Crowdsourced app configurations. The maintainer of Obtainium also hosts a collection of Crowdsourced app configurations.
[apps.obtainium.imranr.dev](https://apps.obtainium.imranr.dev) [apps.obtainium.imranr.dev](https://apps.obtainium.imranr.dev)
### Why do some applications say TRACK ONLY? ### Why do some applications say TRACK ONLY?
As the name implies, these application versions are only tracked, not pulled. This was done because we _can't_ pull these resources, but you may still care to know when these resources have updates so you can pull them manually. For example: NetherSX2 can't provide an APK for legal reasons, but you'll get update notifications so you don't have to manually check or be stuck with outdated resources. As the name implies, these application versions are only tracked, not pulled.
This was done because we _can't_ pull these resources, but you may still care to know when these
resources have updates so you can pull them manually. For example: NetherSX2 can't provide an APK
for legal reasons, but you'll get update notifications so you don't have to manually check or be
stuck with outdated resources.
### How do I use TRACK ONLY resources? ### How do I use TRACK ONLY resources?
When you get notified of an update to your track only resource: When you get notified of an update to your track only resource:
@@ -44,6 +50,9 @@ No problem. Keep what you like, remove the rest!
### What happened to Citra / Yuzu? ### What happened to Citra / Yuzu?
These repositories [no longer exist](https://twitter.com/yuzuemu/status/1764733659444064671) due to a [lawsuit](https://storage.courtlistener.com/recap/gov.uscourts.rid.56980/gov.uscourts.rid.56980.10.0.pdf) by Nintendo against Tropic Haze LLC (former maintainers of Citra & Yuzu). Links to broken repositories cause errors in obtainium; and so, they were removed from this export script. These repositories [no longer exist](https://twitter.com/yuzuemu/status/1764733659444064671) due to a [lawsuit](https://storage.courtlistener.com/recap/gov.uscourts.rid.56980/gov.uscourts.rid.56980.10.0.pdf) by Nintendo against Tropic Haze LLC (former maintainers of Citra & Yuzu). Links to broken repositories cause errors in obtainium; and so, they were removed from this export script.
### A new switch emulator has released! Can you add it?
No.
### A note about stable, nightly and canary versions of the same app ### A note about stable, nightly and canary versions of the same app
You cannot install more than one version of the same app. For example: You must choose between RetroArch (stable) or RetroArch (nightly). You cannot have both. You cannot install more than one version of the same app. For example: You must choose between RetroArch (stable) or RetroArch (nightly). You cannot have both.

View File

@@ -208,6 +208,15 @@
"preferredApkIndex": 0, "preferredApkIndex": 0,
"additionalSettings": "{\"requestHeader\":[{\"requestHeader\":\"User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\"}],\"trackOnly\":false,\"invertAPKFilter\":false,\"appName\":\"\",\"shizukuPretendToBeGooglePlay\":false,\"exemptFromBackgroundUpdates\":false,\"skipUpdateNotifications\":false,\"about\":\"Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64\",\"versionDetection\":false,\"autoApkFilterByArch\":false}", "additionalSettings": "{\"requestHeader\":[{\"requestHeader\":\"User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\"}],\"trackOnly\":false,\"invertAPKFilter\":false,\"appName\":\"\",\"shizukuPretendToBeGooglePlay\":false,\"exemptFromBackgroundUpdates\":false,\"skipUpdateNotifications\":false,\"about\":\"Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64\",\"versionDetection\":false,\"autoApkFilterByArch\":false}",
"overrideSource": "DirectAPKLink" "overrideSource": "DirectAPKLink"
},
{
"id": "com.github.stenzek.duckstation",
"url": "https://www.duckstation.org/android/duckstation-beta.apk",
"author": "www.duckstation.org",
"name": "DuckStation",
"preferredApkIndex": 0,
"additionalSettings": "{\"requestHeader\":[{\"requestHeader\":\"User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\"}],\"trackOnly\":false,\"invertAPKFilter\":false,\"appName\":\"\",\"shizukuPretendToBeGooglePlay\":false,\"exemptFromBackgroundUpdates\":false,\"skipUpdateNotifications\":false,\"about\":\"DuckStationDuckStation is a PS1 Emulator aiming for the best accuracy and game support.\",\"versionDetection\":false,\"autoApkFilterByArch\":false}",
"overrideSource": "DirectAPKLink"
} }
] ]
} }