-
Notifications
You must be signed in to change notification settings - Fork 5
/
MDX-61e67b71_72cdf.json
72 lines (72 loc) · 1.99 KB
/
MDX-61e67b71_72cdf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"gameCode": "MDX",
"version": "2021-08-04",
"lastUpdated": "2024-07-10 19:19:36",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Screen Setting",
"description": "Changes resolution based on Sceen type",
"gameCode": "MDX",
"type": "union",
"patches": [
{
"name": "CRT 945 P3IO SD",
"patch": {
"dllName": "arkmdxp3.dll",
"data": "00",
"offset": 413055
}
},
{
"name": "LCD 945 P3IO",
"patch": {
"dllName": "arkmdxp3.dll",
"data": "01",
"offset": 413055
}
},
{
"name": "LCD HM64 P4IO SD",
"patch": {
"dllName": "arkmdxp3.dll",
"data": "02",
"offset": 413055
}
},
{
"name": "CRT ADE-6291 P3IO HD",
"patch": {
"dllName": "arkmdxp3.dll",
"data": "03",
"offset": 413055
}
},
{
"name": "LCD ADE-6291 P3IO HD (forced gold cab)",
"patch": {
"dllName": "arkmdxp3.dll",
"data": "04",
"offset": 413055
}
},
{
"name": "LCD ADE-6291 P4IO",
"patch": {
"dllName": "arkmdxp3.dll",
"data": "05",
"offset": 413055
}
},
{
"name": "LCD ADE-6291 BIO2",
"patch": {
"dllName": "arkmdxp3.dll",
"data": "06",
"offset": 413055
}
}
]
}
]