mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-24 04:40:10 +01:00
KFC-2024062500
This commit is contained in:
parent
f2f0c7ceaf
commit
7eb03bbd11
@ -67,6 +67,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "union",
|
||||
"name": "Note FPS Target",
|
||||
"description": "",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"name": "60 FPS (Default)",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "660F6EF0F30FE6F6F20F593590085800",
|
||||
"offset": 2878056
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "120 FPS",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "B878000000F20F2AF0F24890F2489090",
|
||||
"offset": 2878056
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Shared mode WASAPI",
|
||||
|
@ -221,7 +221,7 @@ Porting patches the script cannot, or fixing false positives will have to be don
|
||||
- 2024-04-30 - [KFC-6629f133_6bcea8](KFC-6629f133_6bcea8.json)
|
||||
- 2024-05-21 - [KFC-6643ed55_663968](KFC-6643ed55_663968.json)
|
||||
- 2024-06-04 - [KFC-6656ee0c_664a78](KFC-6656ee0c_664a78.json)
|
||||
- 2024-06-25 - [KFC-667290d9_665948](KFC-667290d9_665948.json) (**UNTESTED and missing 'Note FPS Target'**)
|
||||
- 2024-06-25 - [KFC-667290d9_665948](KFC-667290d9_665948.json)
|
||||
|
||||
</details>
|
||||
</details>
|
||||
|
Loading…
Reference in New Issue
Block a user