KFC-2024062500

This commit is contained in:
Akitake 2024-06-27 19:51:45 +02:00
parent f2f0c7ceaf
commit 7eb03bbd11
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D
2 changed files with 27 additions and 1 deletions

View File

@ -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",

View File

@ -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>