Add initial infra-dns.json

This commit is contained in:
Henrik Rydgård 2025-01-11 14:05:36 +01:00
parent c5cde0f218
commit b796481bb4
4 changed files with 63 additions and 0 deletions

View file

@ -2743,6 +2743,7 @@ set(NativeAssets
assets/Roboto-Condensed.ttf
assets/7z.png
assets/compat.ini
assets/infra-dns.json
assets/gamecontrollerdb.txt
assets/langregion.ini
assets/ppge_atlas.zim

View file

@ -1480,6 +1480,7 @@
<ClInclude Include="MIPS\x86\X64IRRegCache.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\assets\infra-dns.json" />
<None Include="..\ext\cityhash\COPYING" />
<None Include="..\ext\cityhash\README" />
<None Include="..\ext\gason\LICENSE" />

View file

@ -2166,6 +2166,7 @@
<None Include="..\ext\libzip\Android.mk">
<Filter>Ext\libzip</Filter>
</None>
<None Include="..\assets\infra-dns.json" />
</ItemGroup>
<ItemGroup>
<Text Include="..\ext\sha1\CMakeLists.txt">

60
assets/infra-dns.json Normal file
View file

@ -0,0 +1,60 @@
{
"comment": "This file contains our built-in DNS used by the Auto mode in Infrastructure. In addition to being shipped, it'll also be hosted on ppsspp.org. Key names below are not important.",
"default": {
"dns": "67.222.156.251",
},
"Medal of Honor: Heroes": {
"comment": {
"en_US": "Works, but not on Windows",
},
"dns": "142.24.13.25",
"score": 5,
"known_working_ids": [
"ULES00557"
],
"not_working_ids": [],
"other_ids": [
"ULUS10141",
"ULJM05213",
"ULUS-10141",
"NPJH50306"
],
"not_working_platforms": [
"Windows"
],
},
"Wipeout Pulse": {
"comment": {
"en_US": "Great",
},
"dns": "145.239.30.230",
"score": 5,
"known_working_ids": [
"UCES00465",
"UCUS98712"
],
"not_working_ids": [],
"other_ids": [
"UCKS45078"
],
"not_working_platforms": [],
},
"Motorstorm: Artic Edge": {
"comment": {
"en_US": "Works",
},
"dns": "145.239.30.230",
"score": 5,
"known_working_ids": [
"UCES01250",
],
"not_working_ids": [],
"other_ids": [
"UCAS40266",
"UCUS98743",
"UCKS45124",
"UCJS10104",
"NPJG00047"
],
}
}